Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p4checo committed May 24, 2019
1 parent 237bb0a commit 88266c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Alicerce.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Alicerce'
s.version = '0.6.0'
s.version = '0.7.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/Mindera/Alicerce.git'
s.authors = { 'Mindera' => '[email protected]' }
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ TODO

## Compatibility ✅

### `master` (latest)
### `0.7.0` (latest) ... `master`

- iOS 10.0+
- Xcode 10.2
- Swift 5.0

### `0.6.0` (latest)
### `0.6.0`

- iOS 9.0+
- Xcode 10.2
Expand Down Expand Up @@ -84,15 +84,15 @@ TODO
If you use [CocoaPods][] to manage your dependencies, simply add Alicerce to your `Podfile`:

```ruby
pod 'Alicerce', '~> 0.6'
pod 'Alicerce', '~> 0.7'
```

### Carthage

If you use [Carthage][] to manage your dependencies, simply add Alicerce to your `Cartfile`:

```
github "Mindera/Alicerce" ~> 0.6
github "Mindera/Alicerce" ~> 0.7
```

If you use Carthage to build your dependencies, make sure you have added `Alicerce.framework` to the
Expand All @@ -104,7 +104,7 @@ phase.
If you use Swift Package Manager, simply add Alicerce as a dependency of your package in `Package.swift`:

```swift
.package(url: "https://github.com/Mindera/Alicerce.git", from: "0.6.0"),
.package(url: "https://github.com/Mindera/Alicerce.git", from: "0.7.0"),
```

### git Submodule
Expand Down

0 comments on commit 88266c4

Please sign in to comment.