listless

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

commit a15d7e7dc7ce08c50ea686ec041ebdd00586efc1
parent 021665e05c640a7f7b50729629a7d877799874e3
Author: Michael Camilleri <[email protected]>
Date:   Mon, 20 Apr 2026 21:19:36 +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.1</string> + <string>1.2.2</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.1</string> + <string>1.2.2</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.1</string> + <string>1.2.2</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.1" + CFBundleShortVersionString: "1.2.2" CFBundleVersion: $(CURRENT_PROJECT_VERSION) CADisableMinimumFrameDuration: true ITSAppUsesNonExemptEncryption: false @@ -98,7 +98,7 @@ targets: path: ListlessMac/Info.plist properties: CFBundleDisplayName: Listless - CFBundleShortVersionString: "1.2.1" + CFBundleShortVersionString: "1.2.2" 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.1" + CFBundleShortVersionString: "1.2.2" CFBundleVersion: $(CURRENT_PROJECT_VERSION) ITSAppUsesNonExemptEncryption: false WKApplication: true