Skip to content

Commit

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

## v2.5.2

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

### 🏡 Chore

- Wrangler updated ([7e939e6](https://github.com/Yizack/saldometrobus-app/commit/7e939e6))

### 🎨 Styles

- Adjust yellow color ([f4225cc](https://github.com/Yizack/saldometrobus-app/commit/f4225cc))

### ❤️ Contributors

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

## v2.5.1

[compare changes](https://github.com/Yizack/saldometrobus-app/compare/v2.5.0...v2.5.1)
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 2005001
versionName "2.5.1"
versionCode 2005002
versionName "2.5.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
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": "saldometrobus-app",
"version": "2.5.1",
"version": "2.5.2",
"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

0 comments on commit 13bf6fe

Please sign in to comment.