Skip to content

Commit 1470994

Browse files
authored
Publish version v0.0.13 (#191)
1 parent a482d0d commit 1470994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"productName": "Onlook",
33
"name": "@onlook/browser",
4-
"version": "0.0.12",
4+
"version": "0.0.13",
55
"homepage": "https://onlook.dev",
66
"main": "dist-electron/main/index.js",
77
"description": "The first-ever devtool for designers",

app/scripts/publish_tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ git commit -m "Publish version v$VERSION"
1111
git tag -a v$VERSION -m "Version $VERSION"
1212

1313
# Push the tag to the remote repository
14-
git push --follow-tags
14+
git push --follow-tags --set-upstream origin releases/$VERSION

0 commit comments

Comments
 (0)