Skip to content

Commit

Permalink
Bumping version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Oct 15, 2019
1 parent d8bf082 commit f008e4d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BFKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BFKit"
s.version = "1.11.1"
s.version = "2.0.0"
s.summary = "BFKit is a collection of useful classes to develop Apps faster"
s.homepage = "https://github.com/FabrizioBrancati/BFKit"
s.screenshots = "http://github.fabriziobrancati.com/bfkit/resources/screenshot-objc.png"
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "7.0"
s.source = {
:git => "https://github.com/FabrizioBrancati/BFKit.git",
:tag => "v1.11.1"
:tag => "v2.0.0"
}
s.source_files = "Source/**/*.{h,m}"
s.resources = "Source/Languages/**"
Expand Down
2 changes: 1 addition & 1 deletion BFKit/BFKit/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>1.11.1</string>
<string>2.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion BFKitDemo/BFKitDemo/BFKitDemo-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.11.1</string>
<string>2.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file.<br>

---

### 2.x Releases
- `2.0.x` Releases - [2.0.0](#200)

### 1.x Releases
- `1.11.x` Releases - [1.11.0](#1110) | [1.11.1](#1111)
- `1.10.x` Releases - [1.10.0](#1100)
Expand All @@ -24,6 +27,17 @@ All notable changes to this project will be documented in this file.<br>

---

## [2.0.0](https://github.com/FabrizioBrancati/BFKit/releases/tag/v2.0.0)
### 16 Oct 2019
#### Changed
- Renaming `isValid` to `isObjectValid` to avoid conflicts with other libraries [#39](https://github.com/FabrizioBrancati/BFKit/issues/39)

#### Added
- Added support to Objective-C++ projects [#37](https://github.com/FabrizioBrancati/BFKit/pull/37)

Thanks to [@ramonvic](https://github.com/ramonvic) and [tony-hoang999](https://github.com/tony-hoang999) for this release


## [1.11.1](https://github.com/FabrizioBrancati/BFKit/releases/tag/v1.11.1)
### 16 Oct 2019
#### Added
Expand Down

0 comments on commit f008e4d

Please sign in to comment.