Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Mobile
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
151
Issues
151
List
Boards
Labels
Service Desk
Milestones
Merge Requests
13
Merge Requests
13
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
b24329f3
Commit
b24329f3
authored
53 minutes ago
by
Martin Santangelo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore) version bump 3.8.1
parent
cf44e7e7
release/3.8.1
feat/bump-version-3_8_1
1 merge request
!298
[Sprint/KiltedKoala] (chore) version bump 3.8.1
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
12 deletions
+12
-12
BlogCard.js.snap
__tests__/blogs/__snapshots__/BlogCard.js.snap
+1
-1
BlogsViewScreen.js.snap
__tests__/blogs/__snapshots__/BlogsViewScreen.js.snap
+1
-1
ChannelHeader.js.snap
__tests__/channel/header/__snapshots__/ChannelHeader.js.snap
+1
-1
gradle.properties
android/gradle.properties
+3
-3
Info.plist
ios/Minds-tvOS/Info.plist
+1
-1
Info.plist
ios/Minds-tvOSTests/Info.plist
+1
-1
Info.plist
ios/Minds/Info.plist
+1
-1
Info.plist
ios/MindsTests/Info.plist
+1
-1
Version.js
src/config/Version.js
+2
-2
No files found.
__tests__/blogs/__snapshots__/BlogCard.js.snap
View file @
b24329f3
...
...
@@ -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",
},
...
...
This diff is collapsed.
Click to expand it.
__tests__/blogs/__snapshots__/BlogsViewScreen.js.snap
View file @
b24329f3
...
...
@@ -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",
},
...
...
This diff is collapsed.
Click to expand it.
__tests__/channel/header/__snapshots__/ChannelHeader.js.snap
View file @
b24329f3
...
...
@@ -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",
},
...
...
This diff is collapsed.
Click to expand it.
android/gradle.properties
View file @
b24329f3
...
...
@@ -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
This diff is collapsed.
Click to expand it.
ios/Minds-tvOS/Info.plist
View file @
b24329f3
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
ios/Minds-tvOSTests/Info.plist
View file @
b24329f3
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
ios/Minds/Info.plist
View file @
b24329f3
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
ios/MindsTests/Info.plist
View file @
b24329f3
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
src/config/Version.js
View file @
b24329f3
export
const
Version
=
{
VERSION
:
'
3.8.
0
'
,
BUILD
:
'
201908
06
'
VERSION
:
'
3.8.
1
'
,
BUILD
:
'
201908
12
'
};
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment