Skip to content

Commit

Permalink
Bump up version to 3.3.0 (#10)
Browse files Browse the repository at this point in the history
* Add --strict option to SwiftLint

* Bumo up version to 3.3.0
  • Loading branch information
giginet authored Jun 29, 2018
1 parent 7b80b56 commit 2aa8633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ os: osx
osx_image: xcode9.2
language: objective-c
before_script:
- swiftlint
- swiftlint --strict
- pod lib lint
matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion Puree.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Puree"
s.version = "3.2.0"
s.version = "3.3.0"
s.summary = "Awesome log aggregator"
s.homepage = "https://github.com/cookpad/Puree-Swift"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 2aa8633

Please sign in to comment.