Skip to content

Commit

Permalink
1.2.87
Browse files Browse the repository at this point in the history
  • Loading branch information
ivictbor committed Oct 19, 2023
1 parent 705eda2 commit 48280df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "painterro",
"version": "1.2.85",
"version": "1.2.87",
"description": "HTML5 image editing widget (js paint plugin)",
"main": "build/painterro.commonjs2.js",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ git commit -m "$VERSION"
git push
npm publish

ehco "GH USER AND PATH",$GH_USER, $GH_PASS

res=`curl --user "$GH_USER:$GH_PASS" -X POST https://api.github.com/repos/${GH_REPO_USER}/${GH_REPO}/releases \
-d "
{
Expand Down

0 comments on commit 48280df

Please sign in to comment.