Skip to content

Commit

Permalink
Release v2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Kinast committed Jul 26, 2016
1 parent 649c341 commit c477aa9
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: node_js
node_js:
- "0.12"
- "0.10"
- "0.8"
- "iojs"
env:
- TEST="all"
Expand All @@ -15,8 +14,6 @@ matrix:
env: TEST="all"
- node_js: "0.10"
env: TEST="node"
- node_js: "0.8"
env: TEST="all"
notifications:
email:
- jchan@linkedin.com
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "dustjs-linkedin",
"version": "2.6.2",
"version": "2.6.3",
"homepage": "https://github.com/linkedin/dustjs",
"authors": [
"Veena Basavaraj <vybs@users.noreply.github.com>",
Expand Down
6 changes: 3 additions & 3 deletions dist/dust-core.js
@@ -1,6 +1,6 @@
/*! Dust - Asynchronous Templating - v2.6.2
/*! Dust - Asynchronous Templating - v2.6.3
* http://linkedin.github.io/dustjs/
* Copyright (c) 2015 Aleksander Williams; Released under the MIT License */
* Copyright (c) 2016 Aleksander Williams; Released under the MIT License */
(function (root, factory) {
/*global define*/
if (typeof define === 'function' && define.amd && define.amd.dust === true) {
Expand All @@ -12,7 +12,7 @@
}
}(this, function() {
var dust = {
"version": "2.6.2"
"version": "2.6.3"
},
NONE = 'NONE', ERROR = 'ERROR', WARN = 'WARN', INFO = 'INFO', DEBUG = 'DEBUG',
EMPTY_FUNC = function() {};
Expand Down
6 changes: 3 additions & 3 deletions dist/dust-core.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/dust-full.js
@@ -1,6 +1,6 @@
/*! Dust - Asynchronous Templating - v2.6.2
/*! Dust - Asynchronous Templating - v2.6.3
* http://linkedin.github.io/dustjs/
* Copyright (c) 2015 Aleksander Williams; Released under the MIT License */
* Copyright (c) 2016 Aleksander Williams; Released under the MIT License */
(function (root, factory) {
/*global define*/
if (typeof define === 'function' && define.amd && define.amd.dust === true) {
Expand All @@ -12,7 +12,7 @@
}
}(this, function() {
var dust = {
"version": "2.6.2"
"version": "2.6.3"
},
NONE = 'NONE', ERROR = 'ERROR', WARN = 'WARN', INFO = 'INFO', DEBUG = 'DEBUG',
EMPTY_FUNC = function() {};
Expand Down
7 changes: 4 additions & 3 deletions dist/dust-full.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/dust.js
Expand Up @@ -9,7 +9,7 @@
}
}(this, function() {
var dust = {
"version": "2.6.2"
"version": "2.6.3"
},
NONE = 'NONE', ERROR = 'ERROR', WARN = 'WARN', INFO = 'INFO', DEBUG = 'DEBUG',
EMPTY_FUNC = function() {};
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "dustjs-linkedin",
"title": "Dust - Asynchronous Templating",
"version": "2.6.2",
"version": "2.6.3",
"author": {
"name": "Aleksander Williams",
"url": "http://akdubya.github.com/dustjs"
Expand Down

0 comments on commit c477aa9

Please sign in to comment.