Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
(chore) version bump 3.8.1
· b24329f3
Martin Santangelo
authored
Aug 12, 2019
b24329f3
Merge branch 'feat/bump-version-3_8_1' into 'release/3.8.1'
· bcb0a60f
Martin Santangelo
authored
Aug 12, 2019
[Sprint/KiltedKoala] (chore) version bump 3.8.1 See merge request
!298
bcb0a60f
Hide whitespace changes
Inline
Side-by-side
__tests__/blogs/__snapshots__/BlogCard.js.snap
View file @
bcb0a60f
...
...
@@ -39,7 +39,7 @@ exports[`blog card component should renders correctly 1`] = `
source={
Object {
"headers": Object {
"App-Version": "3.8.
0
",
"App-Version": "3.8.
1
",
"Cache-Control": "no-cache, no-store, must-revalidate",
"Pragma": "no-cache",
},
...
...
__tests__/blogs/__snapshots__/BlogsViewScreen.js.snap
View file @
bcb0a60f
...
...
@@ -165,7 +165,7 @@ exports[`blog view screen component should renders correctly 1`] = `
source={
Object {
"headers": Object {
"App-Version": "3.8.
0
",
"App-Version": "3.8.
1
",
"Cache-Control": "no-cache, no-store, must-revalidate",
"Pragma": "no-cache",
},
...
...
__tests__/channel/header/__snapshots__/ChannelHeader.js.snap
View file @
bcb0a60f
...
...
@@ -32,7 +32,7 @@ exports[`channel header component owner should render correctly 1`] = `
source={
Object {
"headers": Object {
"App-Version": "3.8.
0
",
"App-Version": "3.8.
1
",
"Cache-Control": "no-cache, no-store, must-revalidate",
"Pragma": "no-cache",
},
...
...
android/gradle.properties
View file @
bcb0a60f
...
...
@@ -22,10 +22,10 @@ org.gradle.jvmargs=-Xmx2048m
systemProp.org.gradle.internal.http.connectionTimeout
=
180000
systemProp.org.gradle.internal.http.socketTimeout
=
180000
versionName
=
3.8.
0
versionName
=
3.8.
1
# CUSTOM
versionCode
=
105000001
0
versionCode
=
105000001
1
# PLAY STORE
#versionCode=31002
7
#versionCode=31002
9
ios/Minds-tvOS/Info.plist
View file @
bcb0a60f
...
...
@@ -15,7 +15,7 @@
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.8.
0
</string>
<string>
3.8.
1
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
...
...
ios/Minds-tvOSTests/Info.plist
View file @
bcb0a60f
...
...
@@ -15,7 +15,7 @@
<key>
CFBundlePackageType
</key>
<string>
BNDL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.8.
0
</string>
<string>
3.8.
1
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
...
...
ios/Minds/Info.plist
View file @
bcb0a60f
...
...
@@ -19,7 +19,7 @@
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.8.
0
</string>
<string>
3.8.
1
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleURLTypes
</key>
...
...
ios/MindsTests/Info.plist
View file @
bcb0a60f
...
...
@@ -15,7 +15,7 @@
<key>
CFBundlePackageType
</key>
<string>
BNDL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.8.
0
</string>
<string>
3.8.
1
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
...
...
src/config/Version.js
View file @
bcb0a60f
export
const
Version
=
{
VERSION
:
'
3.8.
0
'
,
BUILD
:
'
201908
06
'
VERSION
:
'
3.8.
1
'
,
BUILD
:
'
201908
12
'
};