Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Bump to version 0.6.1
Browse files Browse the repository at this point in the history
Changelog:
- Remove old files
- Update bluebird dependency
- Fix attack panel
- Fix def attributes typo
- Fix broken whitelist mode
  • Loading branch information
ThauEx committed Jan 3, 2016
1 parent 1f13584 commit 1af6ba9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffrk-proxy",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"start": "node bin/app.js",
"scripts": {
Expand All @@ -11,5 +11,12 @@
"cli-table": "^0.3.1",
"node-forge": "^0.6.30"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/ThauEx/ffrk-proxy.git"
},
"bugs": {
"url" : "https://github.com/ThauEx/ffrk-proxy/issues"
},
"license": "LGPL-3.0"
}

0 comments on commit 1af6ba9

Please sign in to comment.