Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTruba committed Mar 23, 2015
1 parent 66a963d commit a0c4463
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VK-ios-sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "VK-ios-sdk"
s.version = "1.1.2"
s.version = "1.1.3"
s.summary = "Library for working with VK."
s.homepage = "https://vk.com/dev/ios_sdk"
s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion VKSdk.framework/Versions/A/Headers/VKSdkVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#define VK_SDK_VERSION @"1.1.2"
#define VK_SDK_VERSION @"1.1.3"
#define VK_SDK_API_VERSION @"5.23"
Binary file modified VKSdk.framework/Versions/A/VKSdk
Binary file not shown.
2 changes: 1 addition & 1 deletion sdk/Source/VKSdkVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#define VK_SDK_VERSION @"1.1.2"
#define VK_SDK_VERSION @"1.1.3"
#define VK_SDK_API_VERSION @"5.23"

0 comments on commit a0c4463

Please sign in to comment.