Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lexrus committed Jan 19, 2021
1 parent 38719ee commit cbde73b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LTMorphingLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "LTMorphingLabel"
s.version = "0.9.2"
s.version = "0.9.3"
s.summary = "Graceful morphing effects for UILabel written in Swift."
s.description = <<-DESC
A morphing UILabel subclass written in Swift.
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ let package = Package(
),
.binaryTarget(
name: "LTMorphingLabel",
url: "https://github.com/lexrus/LTMorphingLabel/releases/download/0.9.2/LTMorphingLabel.xcframework.zip",
checksum: "352b9e31aa455969c676eb2a546142e7040655d9a26d5277ba2dda00ce534446"
url: "https://github.com/lexrus/LTMorphingLabel/releases/download/0.9.3/LTMorphingLabel.xcframework.zip",
checksum: "28a0ed8b7df12c763d45b7dde2aa41fd843984b79e6fbd3750f2fc1a6c247a13"
)
]
)

0 comments on commit cbde73b

Please sign in to comment.