Skip to content

Commit 421535b

Browse files
committed
Bump version to 3.0.0
1 parent 6af5f43 commit 421535b

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
@@ -42,7 +42,7 @@ arr.safe[100] // nil 😄
4242
let package = Package(
4343
name: "MyAwesomeApp",
4444
dependencies: [
45-
.package(url: "https://github.com/devxoul/SafeCollection", "1.0.0"),
45+
.package(url: "https://github.com/devxoul/SafeCollection", .upToNextMajor(from: "3.0.0")),
4646
]
4747
)
4848
```

SafeCollection.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SafeCollection"
3-
s.version = "2.0.0"
3+
s.version = "3.0.0"
44
s.summary = "Safe Collection for Swift"
55
s.homepage = "https://github.com/devxoul/SafeCollection"
66
s.license = { :type => "MIT", :file => "LICENSE" }

0 commit comments

Comments
 (0)