Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbalssa committed Oct 3, 2022
1 parent 877d19c commit 51edc4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ No external API calls nor Analytics API, not even sentry / crashlytics.
| Balance ||
| Earned ||
| Time range selector ||
| Budgets ||
| Categories ||
| Budgets | |
| Categories | |
| Tags | 🚧 |
| Translations | 🚧 |
| Translations | ✅(@carvalholeo) |
| Net Worth history chart | 🚧 |

---
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"platforms": [
"ios"
],
"version": "0.2.5",
"version": "0.3.0",
"orientation": "portrait",
"icon": "./src/images/icon-abacus.png",
"splash": {
Expand All @@ -20,7 +20,7 @@
"url": "https://u.expo.dev/292ed6dc-804c-4444-95f5-fa5d76d9913b"
},
"ios": {
"buildNumber": "0.2.5",
"buildNumber": "0.3.0",
"bundleIdentifier": "abacus.ios.app",
"infoPlist": {
"NSFaceIDUsageDescription": "Abacus use Authentication with TouchId or FaceID"
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,7 +1,7 @@
{
"name": "abacus",
"homepage": "https://github.com/victorbalssa/abacus",
"version": "0.2.5",
"version": "0.3.0",
"private": true,
"jest": {
"preset": "jest-expo",
Expand Down

0 comments on commit 51edc4e

Please sign in to comment.