Skip to content

Commit

Permalink
Make package.sh update the docs manifest version
Browse files Browse the repository at this point in the history
  • Loading branch information
isaackogan committed Dec 24, 2024
1 parent 9cbf53f commit f6e7d0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "TikTokLive",
"license": "MIT",
"author": "Isaac Kogan",
"version": "6.2.1.post1",
"version": "6.3.0.post2",
"email": "[email protected]"
}
2 changes: 2 additions & 0 deletions scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ echo "-> Updating \"setup.py\""

sed -i '' "s|\"version\": *\"[^\"]*\"|\"version\": \"$VERSION_TAG\"|" "../setup.py"

sed -i '' "s|\"version\": *\"[^\"]*\"|\"version\": \"$VERSION_TAG\"|" "../scripts/docs/manifest.json"

echo "-> Clearing Existent Distribution"

cd ../
Expand Down

0 comments on commit f6e7d0e

Please sign in to comment.