Skip to content

Commit

Permalink
version 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chunlaw committed Nov 21, 2024
1 parent 59a99e4 commit 9c4469a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = ({ config }) => {
...config,
name: '巴士到站預報 - hkbus.app',
slug: 'hkbus', // Replace with your app's slug
version: '2.9.1', // Your app's version
version: '2.9.2', // Your app's version
orientation: 'portrait',
icon: './assets/icon.png',
updates: {
Expand Down Expand Up @@ -87,7 +87,7 @@ module.exports = ({ config }) => {
backgroundColor: '#000000'
},
package: 'app.hkbus',
versionCode: 23,
versionCode: 24,
intentFilters: [
{
action: 'VIEW',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hkbus-app",
"version": "2.9.1",
"version": "2.9.2",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit 9c4469a

Please sign in to comment.