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 Oct 28, 2017
2 parents d849271 + 97b39a3 commit b424310
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BlitzModder",
"version": "1.6.0",
"version": "1.6.1",
"description": "Mod manager for World of Tanks Blitz(PC)",
"main": "bin/core/core.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/gui/js/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Vue.component("repo",
methods:
getInfo: ->
try
{name, maintainer} = plistInfo.get(type: @repotype, name: @name)
{name, maintainer} = await plistInfo.get(type: @repotype, name: @name)
@hasinfo = true
@infoname = obj.name
@infomaintainer = obj.maintainer
@infoname = name
@infomaintainer = maintainer
catch
@hasinfo = false
return
Expand Down
2 changes: 1 addition & 1 deletion src/gui/js/repo.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ r = new Vue(
@infoname = name
@infoversion = version
@infomaintainer = maintainer
catch err
catch
@hasinfo = false
return
getChangelog: ->
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.6.0",
"version": "1.6.1",
"description": "Mod manager for World of Tanks Blitz(PC)",
"main": "core/core.js",
"author": "S(FV293b)",
Expand Down

0 comments on commit b424310

Please sign in to comment.