Skip to content

Commit 1c7ac7c

Browse files
chore: Bump version
1 parent b69780b commit 1c7ac7c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
label: Version Check
1313
description: Please check all applicable statements. You don't _need_ to check any of these.
1414
options:
15-
- label: I have updated to `v2.0.0-beta.2` or later.
15+
- label: I have updated to `v2.0.0-beta.3` or later.
1616
required: false
1717
- label: I have updated to the `nightly` build from last night (or latest one available).
1818
required: false

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ For a full explanation of how everything in Kitten Scientists works, please visi
88

99
### Userscript Manager (recommended)
1010

11-
Grab the [latest stable build](https://github.com/kitten-science/kitten-scientists/releases/tag/v2.0.0-beta.2), or any other release from the [Releases page](https://github.com/kitten-science/kitten-scientists/releases) and install it.
11+
Grab the [latest stable build](https://github.com/kitten-science/kitten-scientists/releases/tag/v2.0.0-beta.3), or any other release from the [Releases page](https://github.com/kitten-science/kitten-scientists/releases) and install it.
1212

1313
> If you don't have a userscript manager yet, [Tampermonkey](https://www.tampermonkey.net/) is a good solution for the most popular browsers.
1414
1515
### Bookmarklet
1616

1717
```
18-
javascript:(function(){var d=document,s=d.createElement('script');s.src='https://github.com/kitten-science/kitten-scientists/releases/download/v2.0.0-beta.2/kitten-scientists-2.0.0-beta.2.user.js';d.body.appendChild(s);})();
18+
javascript:(function(){var d=document,s=d.createElement('script');s.src='https://github.com/kitten-science/kitten-scientists/releases/download/v2.0.0-beta.3/kitten-scientists-2.0.0-beta.3.user.js';d.body.appendChild(s);})();
1919
```
2020

2121
This bookmarklet points to the latest stable release. Come back here regularly to see if new versions are available 🙂

packages/documentation/docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ KS is released in 3 variants:
1414

1515
This is a release with a familiar version number, that has been designated as a reasonably stable version to use. At this time, that is:
1616

17-
<https://github.com/kitten-science/kitten-scientists/releases/tag/v2.0.0-beta.2>.
17+
<https://github.com/kitten-science/kitten-scientists/releases/tag/v2.0.0-beta.3>.
1818

1919
1. The **nightly** release.
2020

@@ -41,7 +41,7 @@ To use bookmarklets, just create a new bookmark in your browser and enter the te
4141
This bookmarklet points to the **latest stable** release of KS.
4242

4343
```
44-
javascript:(function(){var d=document,s=d.createElement('script');s.src='https://github.com/kitten-science/kitten-scientists/releases/download/v2.0.0-beta.2/kitten-scientists-2.0.0-beta.2.user.js';d.body.appendChild(s);})();
44+
javascript:(function(){var d=document,s=d.createElement('script');s.src='https://github.com/kitten-science/kitten-scientists/releases/download/v2.0.0-beta.3/kitten-scientists-2.0.0-beta.3.user.js';d.body.appendChild(s);})();
4545
```
4646

4747
## Container
@@ -55,7 +55,7 @@ You can pull any version of the script as a container. The images are hosted on
5555
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.
5656

5757
```shell
58-
docker run --publish 8080:8080 --rm ghcr.io/kitten-science/kitten-scientists:2.0.0-beta.2
58+
docker run --publish 8080:8080 --rm ghcr.io/kitten-science/kitten-scientists:2.0.0-beta.3
5959
```
6060

6161
<!-- prettier-ignore-start -->

packages/userscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitten-science/userscript",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0-beta.4",
44
"description": "Add-on for the wonderful incremental browser game: https://kittensgame.com/web/",
55
"license": "MIT",
66
"author": "Oliver Salzburg <[email protected]>",

0 commit comments

Comments
 (0)