Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
S--Minecraft committed Mar 6, 2018
2 parents 8b06252 + ecbf57f commit 9c9c0ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BlitzModder",
"version": "1.7.2",
"version": "1.7.3",
"description": "Mod manager for World of Tanks Blitz(PC)",
"main": "bin/core/core.js",
"scripts": {
Expand Down Expand Up @@ -37,24 +37,24 @@
"vue": "^2.5.13"
},
"devDependencies": {
"ajv": "^5.3.0",
"coffeescript": "^2.0.2",
"del": "^2.2.2",
"electron": "1.7.9",
"electron-builder": "^17.10.0",
"ajv": "^6.2.1",
"coffeescript": "^2.2.2",
"del": "^3.0.0",
"electron": "1.8.3",
"electron-builder": "^20.3.1",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.2",
"gulp-changed": "^3.2.0",
"gulp-coffeescript": "0.0.15",
"gulp-haml": "^0.1.6",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-haml": "^1.0.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-yaml": "^1.0.1"
},
"build": {
"appId": "xyz.4na.29314.BlitzModderPC",
"copyright": "(C) S(FV293b) 2016",
"electronVersion": "1.7.9",
"electronVersion": "1.8.3",
"mac": {
"category": "public.app-category.games",
"target": [
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BlitzModder",
"version": "1.7.2",
"version": "1.7.3",
"description": "Mod manager for World of Tanks Blitz(PC)",
"main": "core/core.js",
"author": "S(FV293b)",
Expand Down

0 comments on commit 9c9c0ea

Please sign in to comment.