Skip to content

Commit

Permalink
Bump up the version number so we can update everything properly
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Mar 28, 2019
1 parent 2ee1045 commit 2fa05c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e-mission-data-collection",
"version": "1.3.1",
"version": "1.3.2",
"description": "Simple package that stores all the connection settings that need to be configured",
"cordova": {
"id": "e-mission-data-collection",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="edu.berkeley.eecs.emission.cordova.datacollection"
version="1.3.1">
version="1.3.2">

<name>DataCollection</name>
<description>Background data collection FTW! This is the part that I really
Expand Down

0 comments on commit 2fa05c2

Please sign in to comment.