Skip to content

Commit

Permalink
1.0.0-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Nov 3, 2017
1 parent 44b92e3 commit bf82700
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Aztec.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = "1.0.0-beta.14";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = PZYM8XX95Q;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down Expand Up @@ -1272,6 +1273,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = "1.0.0-beta.14";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = PZYM8XX95Q;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down Expand Up @@ -1438,6 +1440,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = "1.0.0-beta.14";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = PZYM8XX95Q;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down Expand Up @@ -1544,6 +1547,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = "1.0.0-beta.14";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 99KV9Z6BKV;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down
2 changes: 1 addition & 1 deletion Aztec/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.0.0-beta.13</string>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion WordPress-Aztec-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'WordPress-Aztec-iOS'
s.version = '1.0.0-beta.13'
s.version = '1.0.0-beta.14'
s.summary = 'The native HTML Editor.'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit bf82700

Please sign in to comment.