Skip to content

Commit e24fbed

Browse files
committed
Release 0.7.0
1 parent 3759b11 commit e24fbed

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.7.0] - 2024-03-29
4+
35
- do not count finished todos in sidebar badges
46
- sort todos by creation time
57

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.paultirk.yatoo"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 16
11-
versionName "0.6.0"
10+
versionCode 17
11+
versionName "0.7.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

electron/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yatoo",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "An Amazing Capacitor App",
55
"author": {
66
"name": "Paul Tirk",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yatoo",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Organize your life!",
55
"scripts": {
66
"build-dev": "COMMIT_HASH=`git rev-parse --short HEAD` webpack",

0 commit comments

Comments
 (0)