Skip to content

Commit

Permalink
4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed Jul 24, 2021
1 parent 1d19dd2 commit 24b5420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "can-model",
"version": "4.1.0",
"version": "4.1.1",
"description": "can.Model",
"main": "src/can-model.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "npm run jshint && npm run testee",
"jshint": "jshint src/. --config",
"build": "node build.js",
"release:pre": "npm version prerelease && npm publish --tag pre",
"release:pre": "npm version prerelease && npm publish --tag pre",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
Expand Down

0 comments on commit 24b5420

Please sign in to comment.