Skip to content

Commit

Permalink
v0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamUhh committed May 20, 2024
1 parent af55493 commit f06a165
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 29,281 deletions.
29,277 changes: 0 additions & 29,277 deletions .erb/dll/renderer.dev.dll.js

This file was deleted.

1 change: 0 additions & 1 deletion .erb/dll/renderer.json

This file was deleted.

5 changes: 3 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ if ! git tag v$NEW_VERSION 2>/dev/null; then
exit 1
fi

# Update the version number in ./package.json
jq --arg version "$NEW_VERSION" '.version = $version' release/app/package.json > tmp.$$.json && mv tmp.$$.json release/app/package.json
# Update the version number in ./release/app/package.json
jq --arg version "$NEW_VERSION" '.version = $version' release/app/package.json > tmp.$$.json
mv tmp.$$.json release/app/package.json

# Ensure the temporary file is removed if it still exists (just in case)
if [ -f tmp.$$.json ]; then
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enhanced-erb-template",
"version": "0.3.11",
"version": "0.3.12",
"description": "An enhanced foundation for scalable desktop apps",
"license": "MIT",
"author": {
Expand Down

0 comments on commit f06a165

Please sign in to comment.