Skip to content

Commit 59ad336

Browse files
committed
Bump version to 1.2.0
1 parent 05243fe commit 59ad336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Ekctl.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ struct Ekctl: ParsableCommand {
99
static let configuration = CommandConfiguration(
1010
commandName: "ekctl",
1111
abstract: "A command-line tool for managing macOS Calendar events and Reminders using EventKit.",
12-
version: "1.1.0",
12+
version: "1.2.0",
1313
subcommands: [List.self, Show.self, Add.self, Delete.self, Complete.self, Alias.self],
1414
defaultSubcommand: List.self
1515
)

0 commit comments

Comments
 (0)