Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Meniny committed Jul 7, 2017
1 parent 63f388c commit fbd7f08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
<p align="center">
<img alt="Version" src="https://img.shields.io/badge/version-1.0.0-brightgreen.svg">
<img alt="Version" src="https://img.shields.io/badge/version-1.0.1-brightgreen.svg">
<img alt="Author" src="https://img.shields.io/badge/author-Meniny-blue.svg">
<img alt="Build Passing" src="https://img.shields.io/badge/build-passing-brightgreen.svg">
<img alt="Swift" src="https://img.shields.io/badge/swift-3.0+-orange.svg">
Expand Down Expand Up @@ -41,7 41,7 @@ You are welcome to fork and submit pull requests.

## License

Zipper is released under the MIT License.
`Zipper` is released under the `MIT` License.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion Zipper.podspec
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
Pod::Spec.new do |s|
s.name = 'Zipper'
s.version = '1.0.0'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'Effortless ZIP Handling in Swift'
s.homepage = 'https://github.com/Meniny/Zipper'
Expand Down

0 comments on commit fbd7f08

Please sign in to comment.