Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Bump and Build v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfalgout authored and ahumphreys87 committed Sep 6, 2015
1 parent b58bd61 commit e28d5e4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change log

### v1.3.5
* Bump version range of backbone.

### v1.3.4
* Bump version range of backbone.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone.wreqr",
"version": "1.3.4",
"version": "1.3.5",
"homepage": "https://github.com/marionettejs/backbone.wreqr",
"authors": [
"Derick Bailey"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backbone.wreqr",
"description": "A Simple Service Bus For Backbone and Backbone.Marionette",
"version": "1.3.4",
"version": "1.3.5",
"repo": "marionettejs/backbone.wreqr",
"keywords": [
"backbone",
Expand Down
4 changes: 2 additions & 2 deletions lib/backbone.wreqr.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Backbone.Wreqr (Backbone.Marionette)
// ----------------------------------
// v1.3.3
// v1.3.5
//
// Copyright (c)2015 Derick Bailey, Muted Solutions, LLC.
// Distributed under MIT license
Expand Down Expand Up @@ -29,7 +29,7 @@

var Wreqr = Backbone.Wreqr = {};

Backbone.Wreqr.VERSION = '1.3.3';
Backbone.Wreqr.VERSION = '1.3.5';

Backbone.Wreqr.noConflict = function () {
Backbone.Wreqr = previousWreqr;
Expand Down
2 changes: 1 addition & 1 deletion lib/backbone.wreqr.map

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

7 changes: 4 additions & 3 deletions lib/backbone.wreqr.min.js

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

Loading

0 comments on commit e28d5e4

Please sign in to comment.