Skip to content

Commit 96ebb89

Browse files
committed
Prepares next alpha release
1 parent a4e4714 commit 96ebb89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Caravel.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
# summary should be tweet-length, and the description more in depth.
1616
#
1717

18-
version = "1.0.0-alpha.1"
18+
version = "1.0.0-alpha.2"
1919

2020
s.name = "Caravel"
2121
s.version = version

caravel/js/Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = function (grunt) {
22
'use strict';
33

4-
var version = '1.0.0-alpha.1';
4+
var version = '1.0.0-alpha.2';
55

66
// Project configuration
77
grunt.initConfig({

caravel/js/caravel.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)