listless

A simple list app for Apple platforms
Log | Files | Refs | README | LICENSE

commit 18c4f2203f1c888ad2861a9d00366075d271f90d
parent cc8395d6b44a3892dac41117fefcd8517430cdc8
Author: Michael Camilleri <[email protected]>
Date:   Wed, 22 Apr 2026 00:00:26 +0900

Bump version number

Diffstat:
MListlessMac/Info.plist | 2+-
MListlessWatch/Info.plist | 2+-
MListlessiOS/Info.plist | 2+-
Mproject.yml | 6+++---
4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ListlessMac/Info.plist b/ListlessMac/Info.plist @@ -17,7 +17,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.2.2</string> + <string>1.2.3</string> <key>CFBundleVersion</key> <string>$(CURRENT_PROJECT_VERSION)</string> <key>ITSAppUsesNonExemptEncryption</key> diff --git a/ListlessWatch/Info.plist b/ListlessWatch/Info.plist @@ -17,7 +17,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.2.2</string> + <string>1.2.3</string> <key>CFBundleVersion</key> <string>$(CURRENT_PROJECT_VERSION)</string> <key>ITSAppUsesNonExemptEncryption</key> diff --git a/ListlessiOS/Info.plist b/ListlessiOS/Info.plist @@ -19,7 +19,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.2.2</string> + <string>1.2.3</string> <key>CFBundleVersion</key> <string>$(CURRENT_PROJECT_VERSION)</string> <key>ITSAppUsesNonExemptEncryption</key> diff --git a/project.yml b/project.yml @@ -45,7 +45,7 @@ targets: path: ListlessiOS/Info.plist properties: CFBundleDisplayName: Listless - CFBundleShortVersionString: "1.2.2" + CFBundleShortVersionString: "1.2.3" CFBundleVersion: $(CURRENT_PROJECT_VERSION) CADisableMinimumFrameDuration: true ITSAppUsesNonExemptEncryption: false @@ -98,7 +98,7 @@ targets: path: ListlessMac/Info.plist properties: CFBundleDisplayName: Listless - CFBundleShortVersionString: "1.2.2" + CFBundleShortVersionString: "1.2.3" CFBundleVersion: $(CURRENT_PROJECT_VERSION) ITSAppUsesNonExemptEncryption: false LSApplicationCategoryType: public.app-category.productivity @@ -135,7 +135,7 @@ targets: path: ListlessWatch/Info.plist properties: CFBundleDisplayName: Listless - CFBundleShortVersionString: "1.2.2" + CFBundleShortVersionString: "1.2.3" CFBundleVersion: $(CURRENT_PROJECT_VERSION) ITSAppUsesNonExemptEncryption: false WKApplication: true