Skip to content

Commit

Permalink
Merge pull request #26 from thecatalinstan/release/0.5.4
Browse files Browse the repository at this point in the history
Release/0.5.4
  • Loading branch information
thecatalinstan authored Apr 4, 2018
2 parents 77e83d4 + a73c017 commit c2bab37
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Criollo uses [Semantic Versioning](http://semver.org/).

---

## [0.5.4](https://github.com/thecatalinstan/Criollo/releases/tag/0.5.4) (04/04/2018)

**Released on Wednesday, April 4, 2018**. This is a service release that finalizes previous refactoring and cleanup endeavors.

No APIs are changed.

## [0.5.3](https://github.com/thecatalinstan/Criollo/releases/tag/0.5.3) (04/04/2018)

**Released on Wednesday, April 4, 2018**. This is a service release that adds Travis CI pod validation and splits the bundled OpenSSL libraries into a different submodule.
Expand Down
2 changes: 1 addition & 1 deletion Criollo.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Criollo"
s.version = "0.5.3"
s.version = "0.5.4"
s.license = "MIT"

s.summary = "A powerful Cocoa based web application framework for macS, iOS and tvOS."
Expand Down
4 changes: 2 additions & 2 deletions Criollo/Criollo-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.5.3</string>
<string>0.5.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>41</string>
<string>42</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit c2bab37

Please sign in to comment.