Skip to content

Commit

Permalink
release: v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralbeik committed Oct 30, 2016
1 parent 8485a99 commit 43bd906
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@
A handy collection of more than 280 native Swift 3 extensions to boost your productivity.


## [Whats New in v1.2?](/../../wiki/whats-new#v12)
## [Whats New in v1.2.1?](/../../wiki/whats-new#v121)

## Requirements:

Expand Down
2 changes: 1 addition & 1 deletion SwifterSwift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SwifterSwift"
spec.version = "1.2"
spec.version = "1.2.1"
spec.summary = "A handy collection of more than 290 native Swift 3 extensions to boost your productivity."
spec.description = <<-DESC
Swifter Swift is a library of over 280 properties and methods, designed to extend Swift's functionality and productivity, staying faithful to the original design guidelines of swift 3
Expand Down
4 changes: 3 additions & 1 deletion SwifterSwift/SwifterSwift.xcodeproj/project.pbxproj
Expand Up @@ -176,7 +176,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0800;
LastUpgradeCheck = 0800;
LastUpgradeCheck = 0810;
ORGANIZATIONNAME = "Omar Albeik";
TargetAttributes = {
0786A3ED1DA8194200DFD5C0 = {
Expand Down Expand Up @@ -280,6 +280,7 @@
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
Expand Down Expand Up @@ -333,6 +334,7 @@
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
Expand Down
2 changes: 1 addition & 1 deletion SwifterSwift/SwifterSwift/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2</string>
<string>1.2.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 43bd906

Please sign in to comment.