Skip to content

Commit 24b5420

Browse files
committed
4.1.1
1 parent 1d19dd2 commit 24b5420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "can-model",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "can.Model",
55
"main": "src/can-model.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"test": "npm run jshint && npm run testee",
1111
"jshint": "jshint src/. --config",
1212
"build": "node build.js",
13-
"release:pre": "npm version prerelease && npm publish --tag pre",
13+
"release:pre": "npm version prerelease && npm publish --tag pre",
1414
"release:patch": "npm version patch && npm publish",
1515
"release:minor": "npm version minor && npm publish",
1616
"release:major": "npm version major && npm publish"

0 commit comments

Comments
 (0)