Skip to content

Commit

Permalink
chore(release): v2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Nov 7, 2024
1 parent 3ffc00a commit d3349e3
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.6.8

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

### 🩹 Fixes

- Flexible update on debug ([3ffc00a](https://github.com/Yizack/saldometrobus-app/commit/3ffc00a))

### 💅 Refactors

- Deprecate api and move scrapper to client ([84ffb1e](https://github.com/Yizack/saldometrobus-app/commit/84ffb1e))

### ❤️ Contributors

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

## v2.6.7

[compare changes](https://github.com/Yizack/saldometrobus-app/compare/v2.6.6...v2.6.7)
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 2006007
versionName "2.6.7"
versionCode 2006008
versionName "2.6.8"
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.6.7",
"version": "2.6.8",
"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 d3349e3

Please sign in to comment.