Skip to content

Commit

Permalink
bump to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticdata authored Apr 25, 2024
1 parent 505a9be commit 40a95eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/web-ext-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,13 @@ jobs:
with:
fetch-depth: 0

- name: "web-ext build"
- name: web-ext build
id: web-ext-build
uses: kewisch/action-web-ext@v1
with:
cmd: build
filename: "{name}-{version}.xpi"
ignoreFiles: '[ "package.json","package-lock.json","yarn.lock", ".github", ".gitattributes", "LICENSE", "README.md" ]'
# ignoreFiles: |
# - package.json
# - package-lock.json
# - yarn.lock
# - .github
# - .gitattributes
# - LICENSE
# - README.md

- name: "web-ext sign"
id: web-ext-sign
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "New Tab Notes",
"version": "1.0.1",
"version": "1.0.2",
"description": "Transform your New Tab into a minimalist, auto-saving text editor.",
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit 40a95eb

Please sign in to comment.