Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Merge tag '1.0.0' into develop
Browse files Browse the repository at this point in the history
1.0.0
  • Loading branch information
msaps committed Mar 16, 2017
2 parents fd1d19f + 5bbf47a commit f340e08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Listenable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "9.0"
s.requires_arc = true

s.version = "0.9.2"
s.version = "1.0.0"
s.summary = "Observable pattern in Swift made easy"
s.description = <<-DESC
Swift object that provides an observable platform for multiple listeners.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Listenable
[![Build Status](https://travis-ci.org/MerrickSapsford/Listenable.svg?branch=develop)](https://travis-ci.org/MerrickSapsford/Listenable)
[![Build Status](https://travis-ci.org/msaps/Listenable.svg?branch=develop)](https://travis-ci.org/msaps/Listenable)
[![CocoaPods](https://img.shields.io/cocoapods/v/Listenable.svg)]()
[![codecov](https://codecov.io/gh/MerrickSapsford/Listenable/branch/develop/graph/badge.svg)](https://codecov.io/gh/MerrickSapsford/Listenable)
[![codecov](https://codecov.io/gh/msaps/Listenable/branch/develop/graph/badge.svg)](https://codecov.io/gh/msaps/Listenable)

Swift object that provides an observable platform for multiple listeners.

Expand Down
2 changes: 1 addition & 1 deletion Sources/Listenable/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.9.2</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit f340e08

Please sign in to comment.