Skip to content

Commit 51615e6

Browse files
committed
Update version
1 parent 240f448 commit 51615e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "crochet",
33
"main": "main.js",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"license": "MIT",
66
"author": "@FaultyFunctions",
77
"description": "An editor for Yarn files. Forked from YarnEditor.",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/FaultyFunctions/Crochet/issues"
1313
},
14-
"version": "0.1.2",
14+
"version": "0.1.3",
1515
"scripts": {
1616
"build": "npm run copy-version && webpack -p --progress --mode production --config webpack.config.js",
1717
"build-dev": "npm run copy-version && cross-env NODE_ENV=dev webpack -p --progress --config webpack.config.js",

src/public/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.1.2"
2+
"version": "0.1.3"
33
}

0 commit comments

Comments
 (0)