Skip to content

Commit

Permalink
Prepares 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
acadet committed Feb 1, 2016
1 parent fea4ae4 commit 9763997
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Caravel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
# summary should be tweet-length, and the description more in depth.
#

version = "1.1.0-beta"
version = "1.1.0"

s.name = "Caravel"
s.version = version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class MyController: UIViewController {

## Porting your app from Drekkar to Caravel

Super duper easy. Just use the same codebase and add this after having loaded the Caravel script:
Super duper easy. Just use the same codebase and use the JS script from Caravel. Finally, add this after having loaded the Caravel script:

```javascript
var Drekkar = Caravel;
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 = '1.1.0-beta';
var version = '1.1.0';

// 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 9763997

Please sign in to comment.