Skip to content

Commit

Permalink
bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
prettydiff committed Jan 30, 2017
1 parent 8c76280 commit 0cd63c7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "prettydiff",
"version" : "2.1.15",
"version" : "2.1.16",
"description" : "Pretty Diff can minify, beautify (pretty print), or diff code to normalize white space and comments so that only code is being compared.",
"keywords" : [
"pretty diff", "minify", "beautify", "pretty print", "white space", "whitespace", "diff", "compare", "html", "javascript", "xml", "json", "css", "less", "scss", "scope", "analysis", "node", "nodejs", "wsh"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
],
"main": "./",
"name": "prettydiff",
"version": "2.1.15"
"version": "2.1.16"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@
"url" : "https://github.com/prettydiff/prettydiff"
},
"test" : "node test/lint.js",
"version" : "2.1.15"
"version" : "2.1.16"
}
14 changes: 7 additions & 7 deletions prettydiff.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,20 +418,20 @@
nodeLocal: 160816 //node-local.js
},
css : 161204, //css files
csspretty : 161204, //csspretty lib
csspretty : 170129, //csspretty lib
csvpretty : 160816, //csvpretty lib
diffview : 161002, //diffview lib
documentation: 161204, //documentation.xhtml and various guide pages
finalFile : 160816, //HTML report generator
jspretty : 161204, //jspretty lib
language : 161204, //language lib
jspretty : 170129, //jspretty lib
language : 170129, //language lib
latest : 0,
lint : 161204, //unit test and lint automation as test/lint.js
markuppretty : 161204, //markuppretty lib
lint : 170129, //unit test and lint automation as test/lint.js
markuppretty : 170129, //markuppretty lib
options : 161002, //options management
prettydiff : 161002, //this file
prettydiff : 170129, //this file
safeSort : 160816, //safeSort lib
version : "2.1.15", //version number
version : "2.1.16", //version number
webtool : 161204
};
global.prettydiff.edition.latest = (function edition_latest() {
Expand Down

0 comments on commit 0cd63c7

Please sign in to comment.