Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkotsollaris committed Feb 5, 2021
1 parent d47fdde commit 2050a97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: 0.4.4
release_name: 0.4.4
tag_name: 0.4.5
release_name: 0.4.5
body: |
- Improved extension interaction with the API
- Updates manifest
draft: false
prerelease: false
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "Facet",
"version": "0.4.4",
"description": "Facet.ninja | Deploy - Learn - Adapt",
"version": "0.4.5",
"description": "Facet | No-code feature rollouts",
"icons": {
"512": "facet_logo_512x512.png"
},
Expand Down

0 comments on commit 2050a97

Please sign in to comment.