Skip to content

Commit 40a95eb

Browse files
authored
bump to v1.0.2
1 parent 505a9be commit 40a95eb

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/web-ext-workflow.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,13 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- name: "web-ext build"
21+
- name: web-ext build
2222
id: web-ext-build
2323
uses: kewisch/action-web-ext@v1
2424
with:
2525
cmd: build
2626
filename: "{name}-{version}.xpi"
2727
ignoreFiles: '[ "package.json","package-lock.json","yarn.lock", ".github", ".gitattributes", "LICENSE", "README.md" ]'
28-
# ignoreFiles: |
29-
# - package.json
30-
# - package-lock.json
31-
# - yarn.lock
32-
# - .github
33-
# - .gitattributes
34-
# - LICENSE
35-
# - README.md
3628

3729
- name: "web-ext sign"
3830
id: web-ext-sign

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "New Tab Notes",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "Transform your New Tab into a minimalist, auto-saving text editor.",
66
"browser_specific_settings": {
77
"gecko": {

0 commit comments

Comments
 (0)