Skip to content

Commit

Permalink
chore: release v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed May 7, 2023
1 parent a783b40 commit 855e916
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <small>2.3.3 (2023-05-07)</small>

* fix: use written direction ([a783b40](https://github.com/Yizack/saldometrobus-app/commit/a783b40))



## <small>2.3.2 (2023-05-07)</small>

* style: icons and style changes ([ca6885b](https://github.com/Yizack/saldometrobus-app/commit/ca6885b))
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 2003001
versionName "2.3.1"
versionCode 2003003
versionName "2.3.3"
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-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": "saldometrobus-app",
"version": "2.3.2",
"version": "2.3.3",
"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 855e916

Please sign in to comment.