Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Oct 13, 2022
1 parent 1cd58fa commit 9d124d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Grab a build from the [Releases page](https://github.com/oliversalzburg/cbc-kitt
### Bookmarklet

```
javascript:(function(){var d=document,s=d.createElement('script');s.src='https://github.com/oliversalzburg/cbc-kitten-scientists/releases/download/v2.0.0-alpha.6/kitten-scientists-2.0.0-alpha.6.user.js';d.body.appendChild(s);})();
javascript:(function(){var d=document,s=d.createElement('script');s.src='https://github.com/oliversalzburg/cbc-kitten-scientists/releases/download/v2.0.0-alpha.7/kitten-scientists-2.0.0-alpha.7.user.js';d.body.appendChild(s);})();
```

## Warning
Expand Down
2 changes: 1 addition & 1 deletion packages/userscript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitten-science/userscript",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "Add-on for the wonderful incremental browser game: https://kittensgame.com/web/",
"license": "MIT",
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
Expand Down

0 comments on commit 9d124d6

Please sign in to comment.