Skip to content

Commit 18e42dc

Browse files
chore: Bump version
1 parent df3f06c commit 18e42dc

File tree

5 files changed

+7
-7
lines changed

5 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.5` or later.
15+
- label: I have updated to `v2.0.0-beta.6` 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.5), 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.6), 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.5/kitten-scientists-2.0.0-beta.5.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.6/kitten-scientists-2.0.0-beta.5.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/action-release-info/source/main.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ async function run() {
88
const octokit = github.getOctokit(token);
99

1010
// TODO: Instead of rasing this manually, we should properly search for it.
11-
let latestStableVersion = "v2.0.0-beta.5";
11+
let latestStableVersion = "v2.0.0-beta.6";
1212

1313
core.info("Looking for dev build...");
1414
const latestBuildDev = await octokit.rest.repos.getReleaseByTag({

packages/documentation/docs/installation.md

Lines changed: 2 additions & 2 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.5>.
17+
<https://github.com/kitten-science/kitten-scientists/releases/tag/v2.0.0-beta.6>.
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.5/kitten-scientists-2.0.0-beta.5.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.6/kitten-scientists-2.0.0-beta.5.user.js';d.body.appendChild(s);})();
4545
```
4646

4747
## Container

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.6",
3+
"version": "2.0.0-beta.7",
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)