Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mkotsollaris committed Feb 4, 2021
1 parent bfe9d77 commit 69764e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ 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.1
release_name: 0.4.1
tag_name: 0.4.2
release_name: 0.4.2
body: |
- Embedded mutation observer-script through codebase, adhering to Manifest v3 guidelines
- Minor UX updates and bug fixes
- Fixed popup AUTH bug
- Renamed references facet.ninja -> facet.run
draft: false
prerelease: false
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Facet",
"version": "0.4.1",
"version": "0.4.2",
"description": "Facet.ninja | Deploy - Learn - Adapt",
"icons": {
"512": "facet_logo_512x512.png"
Expand Down

0 comments on commit 69764e6

Please sign in to comment.