Skip to content

Publish version v0.0.13 #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"productName": "Onlook",
"name": "@onlook/browser",
"version": "0.0.12",
"version": "0.0.13",
"homepage": "https://onlook.dev",
"main": "dist-electron/main/index.js",
"description": "The first-ever devtool for designers",
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/publish_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ git commit -m "Publish version v$VERSION"
git tag -a v$VERSION -m "Version $VERSION"

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