Skip to content

Commit

Permalink
Bump version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p4checo committed Aug 9, 2022
1 parent 53887fc commit 079b9af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.15.0'
s.version = '0.16.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/Mindera/Alicerce.git'
s.authors = { 'Mindera' => '[email protected]' }
Expand Down
4 changes: 2 additions & 2 deletions Alicerce.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2289,7 +2289,7 @@
INFOPLIST_FILE = Resources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 0.15.0;
MARKETING_VERSION = 0.16.0;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.mindera.Alicerce;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -2343,7 +2343,7 @@
INFOPLIST_FILE = Resources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 0.15.0;
MARKETING_VERSION = 0.16.0;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.mindera.Alicerce;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ TODO

## Compatibility ✅

### `master`
### `0.16.0...master`

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

```ruby
pod 'Alicerce', '~> 0.15.0'
pod 'Alicerce', '~> 0.16.0'
```

### Carthage

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

```
github "Mindera/Alicerce" ~> 0.15.0
github "Mindera/Alicerce" ~> 0.16.0
```

If you use Carthage to build your dependencies, make sure you have added `Alicerce.framework` to the
Expand All @@ -141,7 +141,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.15.0"),
.package(url: "https://github.com/Mindera/Alicerce.git", from: "0.16.0"),
```

### git Submodule
Expand Down

0 comments on commit 079b9af

Please sign in to comment.