Skip to content

Commit

Permalink
Bump and build v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samccone committed Oct 19, 2015
1 parent c33ccd2 commit 067bc85
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.6.3 [view commit logs](https://github.com/marionettejs/backbone.syphon/compare/v0.6.2...v0.6.3)

### Fixes

* Update Backbone version range

## v0.6.2 [view commit logs](https://github.com/marionettejs/backbone.syphon/compare/v0.6.1...v0.6.2)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone.syphon",
"version": "0.6.2",
"version": "0.6.3",
"description": "Serialize a Backbone.View in to a JavaScript object.",
"main": "lib/backbone.syphon.js",
"scripts": ["lib/backbone.syphon.js"],
Expand Down
4 changes: 2 additions & 2 deletions lib/backbone.syphon.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Backbone.Syphon, v0.6.2
// Backbone.Syphon, v0.6.3
// ----------------------------------
//
// Copyright (c) 2015 Derick Bailey, Muted Solutions, LLC.
Expand Down Expand Up @@ -27,7 +27,7 @@

var Syphon = Backbone.Syphon = {};

Syphon.VERSION = '0.6.2';
Syphon.VERSION = '0.6.3';

Syphon.noConflict = function() {
Backbone.Syphon = previousSyphon;
Expand Down
4 changes: 2 additions & 2 deletions lib/backbone.syphon.min.js

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

2 changes: 1 addition & 1 deletion lib/backbone.syphon.min.map

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone.syphon",
"version": "0.6.2",
"version": "0.6.3",
"description": "Serialize a Backbone.View in to a JavaScript object.",
"main": "./lib/backbone.syphon.js",
"homepage": "https://github.com/marionettejs/backbone.syphon",
Expand Down

0 comments on commit 067bc85

Please sign in to comment.