Skip to content

Commit

Permalink
Prepares a fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
acadet committed Jun 19, 2015
1 parent ed3f7cb commit c0874c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Caravel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "Caravel"
s.version = "0.3.0"
s.version = "0.3.1"
s.summary = "A Swift event bus for UIWebView and JS"

s.description = <<-DESC
Expand Down Expand Up @@ -73,7 +73,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/coshx/caravel.git", :tag => "v0.3.0" }
s.source = { :git => "https://github.com/coshx/caravel.git", :tag => "v0.3.1" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
2 changes: 1 addition & 1 deletion caravel/js/Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function (grunt) {
'use strict';

var version = '0.3.0';
var version = '0.3.1';

// Project configuration
grunt.initConfig({
Expand Down
2 changes: 1 addition & 1 deletion caravel/js/caravel.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0874c4

Please sign in to comment.