Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo Silva committed Nov 7, 2018
1 parent fdf7ccd commit 50e9211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.3.0'
s.version = '0.4.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/Mindera/Alicerce.git'
s.authors = { 'Mindera' => '[email protected]' }
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ For Xcode 9.3 (Swift 4.0) compatibility, Alicerce 0.3.0 should be used.
If you use [CocoaPods][] to manage your dependencies, simply add Alicerce to your `Podfile`:

```ruby
pod 'Alicerce', '~> 0.3'
pod 'Alicerce', '~> 0.4'
```

### Carthage

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

```
github "Mindera/Alicerce" ~> 0.3
github "Mindera/Alicerce" ~> 0.4
```

If you use Carthage to build your dependencies, make sure you have added `Alicerce.framework` to the
Expand All @@ -77,7 +77,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", majorVersion: 0, minor: 3),
.Package(url: "https://github.com/Mindera/Alicerce.git", majorVersion: 0, minor: 4),
```

### git Submodule
Expand Down

0 comments on commit 50e9211

Please sign in to comment.