Skip to content

Commit af2e1e4

Browse files
committed
Version 1.3.0
1 parent 41f13aa commit af2e1e4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.0
2+
current_version = 1.3.0
33
commit = False
44
tag = False
55

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.2.0</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1.2.0</string>
22+
<string>1.3.0</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

package-lock.json

Lines changed: 1 addition & 1 deletion
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.2.0",
3+
"version": "1.3.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.2.0',
4+
version: '1.3.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.2.0-dev',
6+
version: '1.3.0-dev',
77
};

0 commit comments

Comments
 (0)