Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Mar 19, 2020
1 parent 1b6ee79 commit e2fb417
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

![Swift](https://img.shields.io/badge/Swift-5.1-orange.svg)
[![Build Status](https://github.com/OhKanghoon/RxTexture/workflows/CI/badge.svg)](https://github.com/OhKanghoon/RxTexture/actions)
[![Version](https://img.shields.io/cocoapods/v/RxTexture.svg?style=flat)](https://cocoapods.org/pods/RxTexture)
[![License](https://img.shields.io/cocoapods/l/RxTexture.svg?style=flat)](https://cocoapods.org/pods/RxTexture)
[![Platform](https://img.shields.io/cocoapods/p/RxTexture.svg?style=flat)](https://cocoapods.org/pods/RxTexture)
[![Version](https://img.shields.io/cocoapods/v/RxTexture2.svg?style=flat)](https://cocoapods.org/pods/RxTexture2)
[![License](https://img.shields.io/cocoapods/l/RxTexture2.svg?style=flat)](https://cocoapods.org/pods/RxTexture2)
[![Platform](https://img.shields.io/cocoapods/p/RxTexture2.svg?style=flat)](https://cocoapods.org/pods/RxTexture2)

## Example

Expand All @@ -21,7 +21,7 @@ RxTexture is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'RxTexture'
pod 'RxTexture2'
```

## Development
Expand Down
6 changes: 3 additions & 3 deletions RxTexture.podspec → RxTexture2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#

Pod::Spec.new do |s|
s.name = 'RxTexture'
s.version = '0.1.0'
s.name = 'RxTexture2'
s.version = '1.0.0'
s.summary = 'RxSwift Texture Extensions'
s.description = <<-DESC
RxSwift Texture Extensions
Expand All @@ -21,7 +21,7 @@ RxSwift Texture Extensions

s.ios.deployment_target = '9.0'

s.source_files = 'RxTexture/Classes/**/*'
s.source_files = 'Sources/**/*.{swift,h,m}'

s.dependency 'RxSwift', '~> 5'
s.dependency 'RxCocoa', '~> 5'
Expand Down

0 comments on commit e2fb417

Please sign in to comment.