Skip to content

Commit 61b9272

Browse files
committed
Release: v0.1.7
1 parent b99ab5e commit 61b9272

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ prepare-publishing-assets:
1010

1111
release:
1212
@echo "Releasing version $(version)..."
13-
yarn run bump $(version)
13+
yarn bump $(version)
14+
yarn build
1415
git add .
1516
git commit -m "Release: $(version)"
1617
git tag -a $(version) -m "Release: $(version)"

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Strophe",
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"description": "Strophe - make newtab a place for your thoughts and notes",
66
"chrome_url_overrides": {
77
"newtab": "index.html"

0 commit comments

Comments
 (0)