Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from NIFTYCloud-mbaas/hotifix/version_number
Browse files Browse the repository at this point in the history
fixed verson number
  • Loading branch information
ncmbsdk committed Oct 8, 2015
2 parents deb8bd1 + 091a9dd commit 37efa40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NCMB.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NCMB"
s.version = "2.2.1"
s.version = "2.2.3"
s.summary = "NCMB is SDK for NIFTY Cloud mobile backend."
s.description = <<-DESC
NCMB is SDK for NIFTY Cloud mobile backend.
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.license = "Apache License, Version 2.0"
s.author = "NIFTY Corporation"
s.platform = :ios, "5.1"
s.source = { :git => 'https://github.com/NIFTYCloud-mbaas/ncmb_ios.git', :tag => 'v2.2.1' }
s.source = { :git => 'https://github.com/NIFTYCloud-mbaas/ncmb_ios.git', :tag => 'v2.2.3' }
s.source_files = "NCMB/**/*.{h,m,c}"
s.frameworks = "Foundation", "UIKit", "MobileCoreServices", "AudioToolbox", "SystemConfiguration"
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion NCMB/NCMBConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#pragma mark - error
#define ERRORDOMAIN @"NCMBErrorDomain"
#define SDK_VERSION @"2.2.1"
#define SDK_VERSION @"2.2.3"

#define DATA_MAIN_PATH [NSHomeDirectory() stringByAppendingPathComponent:@"Library/"]
#define COMMAND_CACHE_FOLDER_PATH [NSString stringWithFormat:@"%@/Private Documents/NCMB/Command Cache/", DATA_MAIN_PATH]
Expand Down
2 changes: 1 addition & 1 deletion NCMB/NCMB_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<key>NSHumanReadableCopyright</key>
<string>Copyright NIFTY Corporation. All rights reserved.</string>
<key>CFBundleShortVersionString</key>
<string>2.2.1</string>
<string>2.2.3</string>
</dict>
</plist>

0 comments on commit 37efa40

Please sign in to comment.