Skip to content

Commit 48280df

Browse files
committed
1.2.87
1 parent 705eda2 commit 48280df

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "painterro",
3-
"version": "1.2.85",
3+
"version": "1.2.87",
44
"description": "HTML5 image editing widget (js paint plugin)",
55
"main": "build/painterro.commonjs2.js",
66
"repository": {

publish.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ git commit -m "$VERSION"
4242
git push
4343
npm publish
4444

45+
ehco "GH USER AND PATH",$GH_USER, $GH_PASS
46+
4547
res=`curl --user "$GH_USER:$GH_PASS" -X POST https://api.github.com/repos/${GH_REPO_USER}/${GH_REPO}/releases \
4648
-d "
4749
{

0 commit comments

Comments
 (0)