Skip to content

Commit 45952f6

Browse files
committed
1.2.81
1 parent 19d32b1 commit 45952f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.78",
3+
"version": "1.2.81",
44
"description": "HTML5 image editing widget (js paint plugin)",
55
"main": "build/painterro.commonjs2.js",
66
"repository": {

publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
GH_USER=ivictbor
77
GH_REPO_USER=devforth
8-
GH_PASS=`cat ~/.ghtoken`
9-
WP_PASSWORD=`cat ~/.wppassword`
8+
GH_PASS=`cat ~/keys/.ghtoken`
9+
WP_PASSWORD=`cat ~/keys/.wppassword`
1010
GH_REPO=painterro
1111
GH_TARGET=master
1212
ASSETS_PATH=build

0 commit comments

Comments
 (0)