We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62609f0 commit 43212cbCopy full SHA for 43212cb
2 files changed
Parsel.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'Parsel'
3
- s.version = '2.0.0'
+ s.version = '2.1.0'
4
s.summary = 'Parsel is a parser combinator library written in Swift'
5
6
s.description = <<-DESC
README.md
@@ -64,7 +64,7 @@ import PackageDescription
64
let package = Package(
65
name: "MyAwesomeApp",
66
dependencies: [
67
- .package(url: "https://github.com/BenchR267/Parsel", from: "2.0.0")
+ .package(url: "https://github.com/BenchR267/Parsel", from: "2.1.0")
68
]
69
)
70
```
0 commit comments