Skip to content

Commit

Permalink
Merge pull request #2 from morishin/bump-version-to-1.0.1
Browse files Browse the repository at this point in the history
Bump version to 1.0.1
  • Loading branch information
morishin authored Jun 13, 2018
2 parents 55c31f4 + 3824ca4 commit 9399fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![Swift version](https://img.shields.io/badge/swift-4.0-orange.svg)
![CocoaPods compatible](https://cocoapod-badges.herokuapp.com/v/RFC3339DateFormatter/badge.png)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Build Status](https://travis-ci.com/morishin/RFC3339DateFormatter.svg?branch=master)](https://travis-ci.com/morishin/RFC3339DateFormatter)


DateFormatter conforming to [RFC3339](https://tools.ietf.org/html/rfc3339#page-8)
Expand Down
2 changes: 1 addition & 1 deletion RFC3339DateFormatter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RFC3339DateFormatter"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "DateFormatter conforming to RFC3339"
s.homepage = "https://github.com/morishin/RFC3339DateFormatter"
s.author = { "morishin" => "sntr92@gmail.com" }
Expand Down

0 comments on commit 9399fcb

Please sign in to comment.