Skip to content

Commit cfa6fee

Browse files
committed
chore: change version to 1.13.1
1 parent eb48f2b commit cfa6fee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inflection",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"homepage": "https://github.com/dreamerslab/node.inflection",
55
"description": "JavaScript Inflection Support",
66
"authors": ["ben <ben@dreamerslab.com>"],

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inflection",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"repo": "dreamerslab/node.inflection",
55
"description": "A port of inflection-js to node.js module",
66
"keywords": [

lib/inflection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@
10791079
/**
10801080
* @public
10811081
*/
1082-
inflector.version = '1.13.0';
1082+
inflector.version = '1.13.1';
10831083

10841084
return inflector;
10851085
}));

0 commit comments

Comments
 (0)