txtodo

[DORMANT] a minimalist todo list app inspired by jeff huang
git clone git://git.figbert.com/txtodo.git
Log | Files | Refs | README

commit 0137fd1934a904415b62da455d553ae91b639f76
parent 6a2447359b617cd34b8e3df9c77d4d0bd6a98a2f
Author: FIGBERT <figbert@figbert.com>
Date:   Fri, 11 Dec 2020 20:10:48 -0800

Update iOS and macOS version numbers

Diffstat:
MiOS/Info.plist | 4++--
MmacOS/Info.plist | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/iOS/Info.plist b/iOS/Info.plist @@ -15,9 +15,9 @@ <key>CFBundlePackageType</key> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <key>CFBundleShortVersionString</key> - <string>3.0.3</string> + <string>3.0.8</string> <key>CFBundleVersion</key> - <string>3.0.3</string> + <string>3.0.8</string> <key>LSRequiresIPhoneOS</key> <true/> <key>UIApplicationSceneManifest</key> diff --git a/macOS/Info.plist b/macOS/Info.plist @@ -17,9 +17,9 @@ <key>CFBundlePackageType</key> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <key>CFBundleShortVersionString</key> - <string>1.0.2</string> + <string>1.0.7</string> <key>CFBundleVersion</key> - <string>1.0.2</string> + <string>1.0.7</string> <key>LSApplicationCategoryType</key> <string>public.app-category.productivity</string> <key>LSMinimumSystemVersion</key>