Skip to content

Commit

Permalink
0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Jun 20, 2017
1 parent 383bd43 commit 0c0da7e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typogr.js",
"main": "typogr.js",
"version": "0.6.6",
"version": "0.6.7",
"homepage": "https://github.com/ekalinin/typogr.js",
"authors": [
"Eugene Kalinin <e.v.kalinin@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function confirmOverwrite(fileName, callback) {
function main() {
// specify cli options
commander
.version('0.6.6')
.version('0.6.7')
.usage('[options] [input] [output]')
.option('-i, --inplace', 'Use single path as both input and output')
.option('-f, --force', 'Do not prompt to verify file overwrites');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typogr",
"version": "0.6.6",
"version": "0.6.7",
"description":"Typography utils",
"keywords": [ "typography", "typogrify", "typogr", "hyphenation", "quotes", "dashes", "ampersands", "prettify" ],
"homepage": "https://github.com/ekalinin/typogr.js",
Expand Down
2 changes: 1 addition & 1 deletion typogr.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
var typogr = function (obj) { return new Wrapper(obj); };

// Current version
typogr.version = '0.6.6';
typogr.version = '0.6.7';

// Export the typogr object. In server-side for `require()` API.
// If we're not in CommonJS, add `typogr` to the global object.
Expand Down
2 changes: 1 addition & 1 deletion typogr.min.js

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

0 comments on commit 0c0da7e

Please sign in to comment.