Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
angelolloqui committed May 6, 2019
1 parent 1c7edcc commit e993ad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/SwiftKotlinApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.2.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions Sources/SwiftKotlinCommandLine/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let kotlinTokenizer = KotlinTokenizer(
CommentsAdditionTransformPlugin()
]
)
let version = "0.2.0"
let version = "0.2.1"
let arguments = [
"output",
"help",
Expand All @@ -26,7 +26,7 @@ let arguments = [

func showHelp() {
print("swiftkotlin, version \(version)")
print("copyright (c) 2018 Angel G. Olloqui")
print("copyright (c) 2019 Angel G. Olloqui")
print("")
print("usage: swiftkotlin [<file>] [--output path]")
print("")
Expand Down

0 comments on commit e993ad5

Please sign in to comment.