Skip to content

Commit

Permalink
fix: bump version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Jul 19, 2024
1 parent 3e5dace commit 8941526
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-client/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default ({config}: ConfigContext): ExpoConfig => ({
...config,
name: 'LandPKS Soil ID',
slug: 'landpks',
version: '1.0.0',
version: '1.0.1',
orientation: 'portrait',
splash: {
image: 'src/assets/splash.png',
Expand Down
2 changes: 1 addition & 1 deletion dev-client/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 dev-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LandPKS Soil ID",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"android": "expo run:android",
Expand Down

0 comments on commit 8941526

Please sign in to comment.