Skip to content

Commit

Permalink
Podspec: Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Nov 4, 2017
1 parent 0054c6d commit ef1c010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Files.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Files"
s.version = "1.9.0"
s.version = "2.0.0"
s.summary = "A nicer way to handle files & folders in Swift"
s.description = <<-DESC
Files is a compact library that provides a nicer way to handle files and folders in Swift. It’s primarily aimed at Swift scripting and tooling, but can also be embedded in applications that need to access the file system. It's essentially a thin wrapper around the FileManager APIs that Foundation provides.
Expand Down

0 comments on commit ef1c010

Please sign in to comment.