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.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Meir Rotstein committed Nov 14, 2016
1 parent be04875 commit 5b13871
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,8 @@
# Change log

### v1.4.0
* Align code to be able to work with lodash 4.x in addition to underscore

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

Expand Down Expand Up @@ -74,7 +77,7 @@
* Can specify multiple arguments for `execute` method

* RequestResponse
* Can speicfy multiple arguments for `request` method
* Can specify multiple arguments for `request` method

### v0.0.0

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "backbone.wreqr",
"version": "1.3.7",
"version": "1.4.0",
"homepage": "https://github.com/marionettejs/backbone.wreqr",
"authors": [
"Derick Bailey"
Expand Down
2 changes: 1 addition & 1 deletion component.json
@@ -1,7 +1,7 @@
{
"name": "backbone.wreqr",
"description": "A Simple Service Bus For Backbone and Backbone.Marionette",
"version": "1.3.7",
"version": "1.4.0",
"repo": "marionettejs/backbone.wreqr",
"keywords": [
"backbone",
Expand Down
4 changes: 2 additions & 2 deletions lib/backbone.wreqr.js
@@ -1,6 +1,6 @@
// Backbone.Wreqr (Backbone.Marionette)
// ----------------------------------
// v1.3.7
// v1.4.0
//
// Copyright (c)2016 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.7';
Backbone.Wreqr.VERSION = '1.4.0';

Backbone.Wreqr.noConflict = function () {
Backbone.Wreqr = previousWreqr;
Expand Down
4 changes: 2 additions & 2 deletions lib/backbone.wreqr.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 package.json
@@ -1,7 +1,7 @@
{
"name": "backbone.wreqr",
"description": "A Simple Service Bus For Backbone and Backbone.Marionette",
"version": "1.3.7",
"version": "1.4.0",
"homepage": "https://github.com/marionettejs/backbone.wreqr",
"main": "lib/backbone.wreqr.js",
"keywords": [
Expand Down

0 comments on commit 5b13871

Please sign in to comment.