Skip to content

Commit 7e94def

Browse files
committed
Bump version to 0.1.5
1 parent 8ba3c24 commit 7e94def

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

App/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.4</string>
18+
<string>0.1.5</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSUIElement</key>

CLI/Sources/CommandRouter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ enum CommandRouter {
1616
}
1717

1818
if args.first == "--version" || args.first == "-v" {
19-
print("icli 0.1.4")
19+
print("icli 0.1.5")
2020
exit(0)
2121
}
2222

0 commit comments

Comments
 (0)