Skip to content

Commit

Permalink
Misc: Version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhcc committed Jun 28, 2021
1 parent 19839ef commit 5babb84
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions App_Resources/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.6.0</string>
<string>1.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.6.0</string>
<string>1.6.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mindstream",
"version": "1.6.0",
"version": "1.6.1",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/xuhcc/mindstream",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
production: true,
backendUrl: '',
version: '1.6.0',
version: '1.6.1',
}
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ declare const PORT
export const environment = {
production: false,
backendUrl: `http://localhost:${PORT}`,
version: '1.6.0-dev',
version: '1.6.1-dev',
}

0 comments on commit 5babb84

Please sign in to comment.