We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb48f2b commit cfa6feeCopy full SHA for cfa6fee
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "inflection",
3
- "version": "1.13.0",
+ "version": "1.13.1",
4
"homepage": "https://github.com/dreamerslab/node.inflection",
5
"description": "JavaScript Inflection Support",
6
"authors": ["ben <ben@dreamerslab.com>"],
component.json
"repo": "dreamerslab/node.inflection",
"description": "A port of inflection-js to node.js module",
"keywords": [
lib/inflection.js
@@ -1079,7 +1079,7 @@
1079
/**
1080
* @public
1081
*/
1082
- inflector.version = '1.13.0';
+ inflector.version = '1.13.1';
1083
1084
return inflector;
1085
}));
0 commit comments