Skip to content

Commit 2053c2e

Browse files
committed
examples/to-do-app: bump version
1 parent 0bd6b00 commit 2053c2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/to-do-app/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "todoapp",
44
"slug": "todoapp",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"orientation": "portrait",
77
"icon": "./assets/icon.png",
88
"userInterfaceStyle": "light",

examples/to-do-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqliteai/todoapp",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An Expo template for building apps with the SQLite CloudSync extension",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)