Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dral3x committed Jun 29, 2021
1 parent 77f65ac commit 65e4244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Sources/StringsLintFramework/Models/Version.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
public struct Version {
public let value: String

public static let current = Version(value: "0.0.5")
}
public static let current = Version(value: "0.1.0")
}
2 changes: 1 addition & 1 deletion Sources/StringsLintFramework/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.0.5</string>
<string>0.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit 65e4244

Please sign in to comment.