Skip to content

Commit

Permalink
bump mobileapp to 1.188.0 (#7429)
Browse files Browse the repository at this point in the history
  • Loading branch information
cadeban authored Nov 18, 2024
1 parent c455fb6 commit f3c2d0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions mobileapp/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.tmrow.electricitymap"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1018402
versionName "1.184.2"
versionCode 1018800
versionName "1.188.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
8 changes: 4 additions & 4 deletions mobileapp/ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.184.2;
CURRENT_PROJECT_VERSION = 1.188.0;
DEVELOPMENT_TEAM = MP3LBAUPG8;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Electricity Maps";
Expand All @@ -361,7 +361,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.184.2;
MARKETING_VERSION = 1.188.0;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.tmrow.electricitymap;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -380,7 +380,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.184.2;
CURRENT_PROJECT_VERSION = 1.188.0;
DEVELOPMENT_TEAM = MP3LBAUPG8;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Electricity Maps";
Expand All @@ -390,7 +390,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.184.2;
MARKETING_VERSION = 1.188.0;
PRODUCT_BUNDLE_IDENTIFIER = com.tmrow.electricitymap;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
2 changes: 1 addition & 1 deletion mobileapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electricitymaps-mobile",
"version": "1.184.2",
"version": "1.188.0",
"description": "A real-time visualisation of the CO2 emissions of electricity consumption",
"license": "AGPL-3.0-or-later",
"main": "index.js",
Expand Down

0 comments on commit f3c2d0f

Please sign in to comment.