Skip to content

Commit

Permalink
Bump version num
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Feb 11, 2019
1 parent a1c655d commit c41b167
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 42 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Addedge
- None.
### Changed
- None.
### Deprecated
- None.
### Removed
- None.
### Fixed
- None.
### Security
- None.


## [2.8.0]
### Added
- New `NSRange(_:in:)` initializer for converting from `Range<String.Index>`
- New `sum` computed property on `Sequence` types like `Array`
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/SupportingFiles/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>2.7.1
<string>2.8.0
</string>
<key>CFBundleSignature</key>
<string>????</string>
Expand Down
2 changes: 1 addition & 1 deletion HandySwift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "HandySwift"
s.version = "2.7.1
s.version = "2.8.0
"
s.summary = "Handy Swift features that didn't make it into the Swift standard library"

Expand Down
38 changes: 0 additions & 38 deletions HandySwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@
825EFDC71C3333B000558497 /* Headers */,
825EFDC81C3333B000558497 /* Resources */,
82F967F51C67A69A0003F12A /* SwiftLint */,
82EB7878215B9EE30042E0FD /* ProjLint */,
);
buildRules = (
);
Expand Down Expand Up @@ -473,7 +472,6 @@
825EFDE61C33351200558497 /* Headers */,
825EFDE71C33351200558497 /* Resources */,
82F967F61C67A6A80003F12A /* SwiftLint */,
82EB7879215B9EF10042E0FD /* ProjLint */,
);
buildRules = (
);
Expand Down Expand Up @@ -606,42 +604,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
82EB7878215B9EE30042E0FD /* ProjLint */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = ProjLint;
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n if which projlint > /dev/null; then\n projlint lint --xcode --timeout 2 --ignore-network-errors\n else\n echo \"warning: ProjLint not installed, download it from https://github.com/JamitLabs/ProjLint\"\n fi\nfi\n";
};
82EB7879215B9EF10042E0FD /* ProjLint */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = ProjLint;
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n if which projlint > /dev/null; then\n projlint lint --xcode --timeout 2 --ignore-network-errors\n else\n echo \"warning: ProjLint not installed, download it from https://github.com/JamitLabs/ProjLint\"\n fi\nfi\n";
};
82F967F41C67A68A0003F12A /* SwiftLint */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
alt="Codebeat Status">
</a>
<a href="https://github.com/Flinesoft/HandySwift/releases">
<img src="https://img.shields.io/badge/Version-2.7.1
<img src="https://img.shields.io/badge/Version-2.8.0
-blue.svg"
alt="Version: 2.7.1
alt="Version: 2.8.0
">
</a>
<img src="https://img.shields.io/badge/Swift-4.2-FFAC45.svg"
Expand Down

0 comments on commit c41b167

Please sign in to comment.