You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ For a full explanation of how everything in Kitten Scientists works, please visi
10
10
11
11
### Option 1: Userscript Manager (recommended)
12
12
13
-
Grab the [latest stable build](https://github.com/kitten-science/kitten-scientists/releases/tag/v2.0.0-beta.8), or any other release from the [Releases page](https://github.com/kitten-science/kitten-scientists/releases) and install it.
13
+
Grab the [latest stable build](https://github.com/kitten-science/kitten-scientists/releases/tag/v2.0.0-beta.9), or any other release from the [Releases page](https://github.com/kitten-science/kitten-scientists/releases) and install it.
14
14
15
15
> [!TIP]
16
16
> If you don't have a userscript manager yet, [Tampermonkey](https://www.tampermonkey.net/) is a good solution for the most popular browsers.
1. Make sure to also update the `.github/bug_report.yml` to mention the latest version number.
189
189
190
-
1. Ultimately, search the entire project code base for the previous version string, like `2.0.0-beta.8`. Make sure to also search for`beta.8`, `beta8`, and references to _future_ releases that need to point to the new future release!
190
+
1. Ultimately, search the entire project code base for the previous version string, like `2.0.0-beta.9`. Make sure to also search for`beta.9`, `beta9`, and references to _future_ releases that need to point to the new future release!
Copy file name to clipboardexpand all lines: packages/documentation/docs/installation/containers.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ You can pull any version of the script as a container. The images are hosted on
5
5
The container exposes Kittens Game's own development server on port 8080. It has the version of the userscript injected into it, according to the tag on the image.
6
6
7
7
```shell
8
-
docker run --publish 8080:8080 --rm ghcr.io/kitten-science/kitten-scientists:2.0.0-beta.8
8
+
docker run --publish 8080:8080 --rm ghcr.io/kitten-science/kitten-scientists:2.0.0-beta.9
0 commit comments