Skip to content

Commit

Permalink
Merge pull request #367 from shankari/release_v260
Browse files Browse the repository at this point in the history
Bump up the version to support release 2.6.0
  • Loading branch information
shankari authored Feb 27, 2018
2 parents 5f8b542 + d1464a8 commit cd3de59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="34" id="edu.berkeley.eecs.emission" ios-CFBundleVersion="34" version="2.5.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="35" id="edu.berkeley.eecs.emission" ios-CFBundleVersion="35" version="2.6.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>emission</name>
<description>
A commute pattern tracker and carbon footprint estimator.
Expand Down Expand Up @@ -112,6 +112,6 @@
</plugin>
<plugin name="edu.berkeley.eecs.emission.cordova.auth" spec="https://github.com/e-mission/cordova-jwt-auth.git" />
<preference name="SplashShowOnlyFirstTime" value="false" />
<engine name="ios" spec="^4.5.4" />
<engine name="android" spec="^6.4.0" />
<engine name="ios" spec="~4.5.4" />
</widget>

0 comments on commit cd3de59

Please sign in to comment.