We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7c68c commit 1520357Copy full SHA for 1520357
Caravel.podspec
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
# summary should be tweet-length, and the description more in depth.
16
#
17
18
- version = "0.4.1"
+ version = "0.4.2"
19
20
s.name = "Caravel"
21
s.version = version
caravel/js/Gruntfile.js
@@ -1,7 +1,7 @@
1
module.exports = function (grunt) {
2
'use strict';
3
4
- var version = '0.4.1';
+ var version = '0.4.2';
5
6
// Project configuration
7
grunt.initConfig({
0 commit comments