Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asoltys committed Mar 4, 2019
1 parent e58a7e3 commit 46947ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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="org.althea" version="0.1.9" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.althea" version="0.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Althea</name>
<description>
The Althea Router Dashboard
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "althea-dash",
"productName": "althea",
"version": "0.1.9",
"version": "0.2.0",
"private": true,
"scripts": {
"start": "PORT=3005 react-scripts start",
Expand Down Expand Up @@ -81,11 +81,11 @@
"not op_mini all"
],
"dependencies": {
"cordova-android": "~7.1.1",
"cordova-ios": "^4.5.5",
"debounce": "^1.2.0",
"email-validator": "^2.0.4",
"react-copy-to-clipboard": "^5.0.1",
"react-testing-library": "^5.9.0",
"cordova-android": "~7.1.1",
"cordova-ios": "^4.5.5"
"react-testing-library": "^5.9.0"
}
}
}

0 comments on commit 46947ea

Please sign in to comment.