diff --git a/CHANGELOG.md b/CHANGELOG.md index e2079b3..6cc96f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/android/app/build.gradle b/android/app/build.gradle index 7fabe6d..0a7cb79 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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. diff --git a/package.json b/package.json index 3a8c3ea..49c9989 100644 --- a/package.json +++ b/package.json @@ -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", @@ -95,4 +95,4 @@ "^~/(.*)$": "/$1" } } -} +} \ No newline at end of file