From bf0930ee1740105345fdd057feb234371d126fb0 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 22 Aug 2023 23:25:10 +0100 Subject: [PATCH] [ci skip] docs: update latest stable ref in X10D.Unity readme --- X10D.Unity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X10D.Unity/README.md b/X10D.Unity/README.md index 888c724..0b02dec 100644 --- a/X10D.Unity/README.md +++ b/X10D.Unity/README.md @@ -26,7 +26,7 @@ To install X10D in Unity, follow the steps blow: The [upm](https://github.com/oliverbooth/X10D/tree/upm) branch contains the latest nightly - that is the bleeding edge version of X10D. If you'd like to remain on a stable release, specify a commit hash after the `#` instead of `upm`. -The latest current stable is 3.2.0, which is commit [55898d9e70228380b2d039c55e36d89cfe8a0fa2](https://github.com/oliverbooth/X10D/commit/55898d9e70228380b2d039c55e36d89cfe8a0fa2). +The latest current stable is 3.3.1, which is commit [71a9c787e25bd89d8bb6f352e5585379a04103d3](https://github.com/oliverbooth/X10D/commit/71a9c787e25bd89d8bb6f352e5585379a04103d3). Keep in mind that referencing a specific commit rather than the `upm` branch will prevent the auto-updater in Unity from detecting new versions. ## Contributing