Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
bump build to 26
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Sep 11, 2020
1 parent e28eaa9 commit a4b9a2e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 30 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
applicationId "com.raccoonfink.blobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 25
versionCode 26
versionName "1.1.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>25</string>
<string>26</string>
<key>IonApi</key>
<string>https://api.ionicjs.com</string>
<key>IonMaxVersions</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def capacitor_pods
# Automatic Capacitor Pod dependencies, do not delete
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
pod 'BoostenCapacitorKeepAwake', :path => '../../../keep-awake'
pod 'BoostenCapacitorKeepAwake', :path => '../../node_modules/@boosten/capacitor-keep-awake'
pod 'CapacitorCommunityHttp', :path => '../../node_modules/@capacitor-community/http'
pod 'CapacitorEventsource', :path => '../../node_modules/capacitor-eventsource'
pod 'CordovaPlugins', :path => '../capacitor-cordova-ios-plugins'
Expand Down
15 changes: 0 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "blobile",
"description": "An app for Blaseball",
"version": "1.1.4",
"build": 25,
"build": 26,
"author": "Benjamin Reed <github@raccoonfink.com>",
"homepage": "https://github.com/RangerRick/blobile",
"dependencies": {
Expand Down
22 changes: 11 additions & 11 deletions src/environments/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
/* tslint:disable */
export const VERSION = {
"dirty": true,
"raw": "v1.1.3-23-13-gd15f670-dirty",
"hash": "gd15f670",
"distance": 13,
"tag": "v1.1.3-23",
"raw": "v1.1.4-25-8-ge28eaa9-dirty",
"hash": "ge28eaa9",
"distance": 8,
"tag": "v1.1.4-25",
"semver": {
"options": {
"loose": false,
"includePrerelease": false
},
"loose": false,
"raw": "v1.1.3-23",
"raw": "v1.1.4-25",
"major": 1,
"minor": 1,
"patch": 3,
"patch": 4,
"prerelease": [
23
25
],
"build": [],
"version": "1.1.3-23"
"version": "1.1.4-25"
},
"suffix": "13-gd15f670-dirty",
"semverString": "1.1.3-23+13.gd15f670",
"suffix": "8-ge28eaa9-dirty",
"semverString": "1.1.4-25+8.ge28eaa9",
"version": "1.1.4",
"build": 25
"build": 26
};
/* tslint:enable */

0 comments on commit a4b9a2e

Please sign in to comment.