We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99ab5e commit 61b9272Copy full SHA for 61b9272
Makefile
@@ -10,7 +10,8 @@ prepare-publishing-assets:
10
11
release:
12
@echo "Releasing version $(version)..."
13
- yarn run bump $(version)
+ yarn bump $(version)
14
+ yarn build
15
git add .
16
git commit -m "Release: $(version)"
17
git tag -a $(version) -m "Release: $(version)"
public/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 3,
3
"name": "Strophe",
4
- "version": "0.1.6",
+ "version": "0.1.7",
5
"description": "Strophe - make newtab a place for your thoughts and notes",
6
"chrome_url_overrides": {
7
"newtab": "index.html"
0 commit comments