Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asoltys committed Apr 15, 2019
1 parent bcc665e commit 80b92e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.althea" version="0.2.3" 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "althea-dash",
"productName": "althea",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"scripts": {
"start": "PORT=3005 react-scripts start",
Expand Down Expand Up @@ -88,4 +88,4 @@
"react-phone-number-input": "https://github.com/asoltys/react-phone-number-input",
"react-testing-library": "^5.9.0"
}
}
}

0 comments on commit 80b92e6

Please sign in to comment.