Skip to content

Commit 5eff689

Browse files
committed
Bump up v0.4.1
1 parent 9d23df6 commit 5eff689

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pod 'Sica'
6464
Sica is available through `SwiftPM`, create ` Package.swift` and add `dependencies` value
6565
```Package.swift
6666
dependencies: [
67-
.package(url: "https://github.com/cats-oss/Sica.git", from: "0.4.0")
67+
.package(url: "https://github.com/cats-oss/Sica.git", from: "0.4.1")
6868
]
6969
```
7070
See also: [GitHub - j-channings/swift-package-manager-ios: Example of how to use SPM v4 to manage iOS dependencies](https://github.com/j-channings/swift-package-manager-ios)

Sica.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "Sica"
11-
s.version = "0.4.0"
11+
s.version = "0.4.1"
1212
s.summary = "Sica can execute various animations sequentially or parallely"
1313
s.homepage = "https://github.com/cats-oss/Sica"
1414
s.license = { :type => "MIT", :file => "LICENSE" }

0 commit comments

Comments
 (0)