Skip to content

Commit

Permalink
Bump to 6.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trmcnvn committed Dec 10, 2018
1 parent afefd07 commit 6b671b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ android {
targetSdkVersion 27
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative51"
versionCode 1
versionName "6.10"
versionName "6.10.1"
multiDexEnabled true
ndk {
abiFilters "armeabi-v7a", "x86"
Expand Down
2 changes: 1 addition & 1 deletion ios/kitsu_mobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>6.10</string>
<string>6.10.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kitsu_mobile",
"version": "6.10",
"version": "6.10.1",
"private": true,
"scripts": {
"debug": "REACT_DEBUGGER=\"rndebugger-open --open --port 8081\" yarn start",
Expand Down
2 changes: 1 addition & 1 deletion src/config/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const kitsuConfig = {
assetsUrl: `${kitsuUrl}/images`,
baseUrl: apiUrl,
uploadUrl: `${apiUrl}/edge/uploads/_bulk`,
version: '6.10',
version: '6.10.1',
stream: {
API_KEY: 'eb6dvmba4ct3',
API_SECRET:
Expand Down

0 comments on commit 6b671b0

Please sign in to comment.