Skip to content

Commit 7f666f7

Browse files
authored
chore: bump version to 1.3 (#2882)
1 parent c905d9d commit 7f666f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dev-client/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if (typeof APP_BUILD === 'string') {
8181
const defaultConfig: ExpoConfig = {
8282
name: 'LandPKS Soil ID',
8383
slug: 'landpks',
84-
version: '1.2',
84+
version: '1.3',
8585
orientation: 'portrait',
8686
splash: {
8787
image: 'src/assets/splash.png',

dev-client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LandPKS Soil ID",
3-
"version": "1.2",
3+
"version": "1.3",
44
"private": true,
55
"scripts": {
66
"android": "expo run:android",

0 commit comments

Comments
 (0)