Skip to content

Commit 5f011ab

Browse files
authored
Merge pull request #2 from shankari/master
Rename the base app to emTripLog
2 parents ffde002 + d66ede7 commit 5f011ab

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

config.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="1" id="edu.berkeley.eecs.embase" ios-CFBundleVersion="1" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3-
<name>e²mission</name>
2+
<widget android-versionCode="2" id="edu.berkeley.eecs.embase" ios-CFBundleVersion="2" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3+
<name>emTripLog</name>
44
<description>
55
Base version of the e-mission app, intended for customization by studies.
66
</description>

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "edu.berkeley.eecs.emission",
3-
"version": "2.5.0",
4-
"displayName": "e²mission",
2+
"name": "edu.berkeley.eecs.embase",
3+
"version": "1.0.1",
4+
"displayName": "emTripLog",
55
"cordova": {
66
"platforms": [
77
"ios",
@@ -61,7 +61,6 @@
6161
"edu.berkeley.eecs.emission.cordova.settings": "https://github.com/e-mission/cordova-connection-settings.git",
6262
"edu.berkeley.eecs.emission.cordova.unifiedlogger": "https://github.com/e-mission/cordova-unified-logger.git",
6363
"edu.berkeley.eecs.emission.cordova.usercache": "https://github.com/e-mission/cordova-usercache.git",
64-
"em-cordova-connection-settings": "file:../e-mission-transition-notify",
6564
"em-cordova-transition-notify": "git+https://github.com/e-mission/e-mission-transition-notify.git",
6665
"fs-extra": "^5.0.0",
6766
"ionic-plugin-keyboard": "~2.2.1",

0 commit comments

Comments
 (0)