Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
FManga committed Jan 20, 2018
1 parent 9affaf7 commit d3777fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ProjectABE",
"version": "0.6.7",
"version": "0.6.8",
"license": "MIT",
"main": "electron.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion res/layouts/Env.html
Expand Up @@ -5,7 +5,7 @@

<div>

<h1>ProjectABE - 0.6.7</h1>
<h1>ProjectABE - 0.6.8</h1>
<a class="newProject" undefined-hide="ram.debuggerEnabled" href="?url=new">New Game</a>
<ul class="market" data-src="app.repo">
<li data-url="{{value.binaries.0.filename}}" data-source="{{value.sourceUrl}}" style="background-image: url({{value.screenshots.0.filename}})" click-call="play">
Expand Down
36 changes: 2 additions & 34 deletions res/package.json
@@ -1,38 +1,6 @@
{
"name": "ProjectABE",
"version": "0.6.7",
"version": "0.6.8",
"license": "MIT",
"main": "electron.js",
"scripts": {
"test": "gulp test"
},
"dependencies": {
"cordova": "^8.0.0",
"dry-di": "^0.5.9",
"html5-fs": "^0.1.1",
"isomorphic-fetch": "^2.2.1",
"jszip": "^3.1.5",
"localforage": "^1.5.0"
},
"devDependencies": {
"asar": "^0.14.0",
"babel-plugin-import-glob": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.5.2",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"detect-newline": "^2.1.0",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-livereload": "^3.8.1",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.6.2",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.0.0",
"sourcemapify": "^1.1.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2"
}
"main": "electron.js"
}

0 comments on commit d3777fc

Please sign in to comment.