Skip to content

Commit ce7946a

Browse files
committed
0.2.12
1 parent ecf3912 commit ce7946a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

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": "0.2.11",
3+
"version": "0.2.12",
44
"description": "Embуedded html image editor",
55
"main": "build/painterro.commonjs2.js",
66
"scripts": {

publish.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ res=`curl --user "$GH_USER:$GH_PATH" -X POST https://api.github.com/repos/${GH_U
2828
}"`
2929
echo Create release result: ${res}
3030
rel_id=`echo ${res}| grep -oP '"id": +\d+' | grep -oP '\d+'`
31-
rel_id=1838656
3231
file_name=painterro-${VERSION}.min.js
3332

3433
curl --user "$GH_USER:$GH_PATH" -X POST https://uploads.github.com/repos/${GH_USER}/${GH_REPO}/releases/${rel_id}/assets?name=${file_name}\

0 commit comments

Comments
 (0)