Skip to content

Commit

Permalink
Release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenchR267 committed Aug 27, 2017
1 parent 62609f0 commit 43212cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Parsel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Parsel'
s.version = '2.0.0'
s.version = '2.1.0'
s.summary = 'Parsel is a parser combinator library written in Swift'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import PackageDescription
let package = Package(
name: "MyAwesomeApp",
dependencies: [
   .package(url: "https://github.com/BenchR267/Parsel", from: "2.0.0")
   .package(url: "https://github.com/BenchR267/Parsel", from: "2.1.0")
]
)
```
Expand Down

0 comments on commit 43212cb

Please sign in to comment.