Skip to content

Commit 92a7928

Browse files
committed
a
1 parent ec32580 commit 92a7928

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ temp.js
6060
db.nedb
6161
botasaurus_storage.json
6262
botasaurus_storage.json.temp
63+
last_task_id.txt
64+
# Sentry Config File
65+
.env.sentry-build-plugin

release/app/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.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo-my-app-name",
3-
"version": "1.22.0",
3+
"version": "1.23.0",
44
"description": "Todo my app description",
55
"license": "MIT",
66
"main": "./dist/main/main.js",

0 commit comments

Comments
 (0)