Skip to content

Commit

Permalink
chore(release): v2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Oct 20, 2023
1 parent 6a6c85f commit 7fb9f0f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v2.4.5

[compare changes](https://github.com/Yizack/saldometrobus-app/compare/v2.4.4...v2.4.5)

### 🏡 Chore

- No prerender other routes ([636c72f](https://github.com/Yizack/saldometrobus-app/commit/636c72f))
- Updates ([6a6c85f](https://github.com/Yizack/saldometrobus-app/commit/6a6c85f))

### ❤️ Contributors

- Yizack Rangel ([@Yizack](http://github.com/Yizack))

## v2.4.4

[compare changes](https://github.com/Yizack/saldometrobus-app/compare/v2.4.3...v2.4.4)
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.yizack.saldometrobus"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2004004
versionName "2.4.4"
versionCode 2004005
versionName "2.4.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saldometrobus-app",
"version": "2.4.4",
"version": "2.4.5",
"description": "Saldo Metrobús es un sitio de consultas de saldo y movimientos para las tarjetas de metro y metrobús de Panamá a cualquier hora del día.",
"author": "Yizack Rangel",
"license": "MIT",
Expand Down Expand Up @@ -95,4 +95,4 @@
"^~/(.*)$": "<rootDir>/$1"
}
}
}
}

0 comments on commit 7fb9f0f

Please sign in to comment.