Skip to content

Commit

Permalink
#12 - update the docs and version to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpmartins committed Apr 30, 2021
1 parent 1394555 commit 38ff349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ Must use `v-model.lazy` to bind works properly.
| disable-negative | false | Boolean | false | Component does not allow negative values |
| min | false | Number | Number.MIN_SAFE_INTEGER | The min value allowed |
| max | false | Number | Number.MAX_SAFE_INTEGER | The max value allowed |
| disabled | false | Boolean | false | Disable the inner input tag |

### References

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": "v-money3",
"version": "3.7.0",
"version": "3.8.0",
"description": "Vue3 currency input/directive mask",
"main": "./dist/v-money3.umd.js",
"module": "./dist/v-money3.es.js",
Expand Down

0 comments on commit 38ff349

Please sign in to comment.