Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.

Commit 01a3be3

Browse files
authored
Merge pull request #144 from BLOCKvIO/release/prep-2.3.0
Release: Prep 2.3.0
2 parents d2e3c4e + ec85745 commit 01a3be3

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

BLOCKv.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Pod::Spec.new do |s|
77
s.name = 'BLOCKv'
8-
s.version = '2.2.0'
8+
s.version = '2.3.0'
99
s.summary = 'The BLOCKv SDK allows you to easily integrate your apps into the BLOCKv Platform.'
1010
s.homepage = 'https://blockv.io'
1111
s.license = { :type => 'BLOCKv AG', :file => 'LICENSE' }

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
All notable changes to this project will be documented in this file.
33

44
#### 2.x Releases (API v1)
5+
- `2.3.x` Releases - [2.3.0](#230)
56
- `2.2.x` Releases - [2.2.0](#220)
67
- `2.1.x` Releases - [2.1.0](#210)
78
- `2.0.x` Releases - [2.0.0](#200)
@@ -15,6 +16,16 @@ All notable changes to this project will be documented in this file.
1516

1617
---
1718

19+
## [2.3.0](https://github.com/BLOCKvIO/ios-sdk/releases/tag/2.3.0)
20+
21+
### Added
22+
23+
- Image Layered Face View
24+
- Pull Rrequest [#143](https://github.com/BLOCKvIO/ios-sdk/pull/143)
25+
26+
- 3D Face View
27+
- Pull Rrequest [#143](https://github.com/BLOCKvIO/ios-sdk/pull/143)
28+
1829
## [2.2.0](https://github.com/BLOCKvIO/ios-sdk/releases/tag/2.2.0)
1930

2031
### Added

Example/BlockV/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.10</string>
20+
<string>1.1.11</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>13</string>
24+
<string>14</string>
2525
<key>ENVIRONMENT_MAPPING</key>
2626
<string>$(ENVIRONMENT_MAPPING)</string>
2727
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)