Skip to content

Commit 540f20c

Browse files
committed
Misc: Version 1.5.0
1 parent 8e9c8c5 commit 540f20c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

App_Resources/iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.4.0</string>
18+
<string>1.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1.4.0</string>
22+
<string>1.5.0</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mindstream",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"license": "GPL-3.0-or-later",
55
"repository": "https://github.com/xuhcc/mindstream",
66
"private": true,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const environment = {
22
production: true,
33
backendUrl: '',
4-
version: '1.4.0',
4+
version: '1.5.0',
55
}

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ declare const PORT
33
export const environment = {
44
production: false,
55
backendUrl: `http://localhost:${PORT}`,
6-
version: '1.4.0-dev',
6+
version: '1.5.0-dev',
77
}

0 commit comments

Comments
 (0)