Skip to content

Commit

Permalink
2.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radi-cho committed Apr 3, 2018
1 parent bc1ba8a commit 364a0d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding='utf-8'?>
<widget
id="com.rsg.chess"
version="1.1.0"
versionCode='11000'
version="2.0.0-alpha.1"
versionCode='20001'
xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://phonegap.com/ns/1.0"
>
Expand Down
6 changes: 3 additions & 3 deletions development/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "rsg-chess-mobile-dev",
"version": "1.1.0",
"version": "2.0.0-alpha.1",
"description": "Cool mobile chess for everyone.",
"main": "index.js",
"main": "js/scripts.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "RSG",
"license": "Apache 2.0",
"license": "Apache-2.0",
"dependencies": {
"classnames": "^2.2.5",
"lodash": "^4.17.4",
Expand Down
2 changes: 1 addition & 1 deletion platforms/browser/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.rsg.chess" version="1.1.0" versionCode="11000" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
<widget id="com.rsg.chess" version="2.0.0-alpha.1" versionCode="20001" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
<name>RSG Chess</name>
<description>
Cool chess game for everyone
Expand Down

0 comments on commit 364a0d7

Please sign in to comment.