Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzykiller committed Mar 11, 2023
1 parent e3d3d43 commit b0d1b8b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

release:
name: Release
runs-on: ubuntu-latest
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/version/')
needs: [build]
steps:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "ResizeIT 2",
"description": "Restore one of four preset window sizes + positions",

"version": "2.1.1",
"version": "2.2.0",

"icons": {
"48": "logo.png",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resizeit2",
"version": "2.0.1",
"version": "2.2.0",
"description": "ResizeIT rewritten in Web Extensions",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit b0d1b8b

Please sign in to comment.