diff --git a/README.md b/README.md index 7daa1f4c..2a98ec58 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,9 @@ var money = MaskService.toMask('money', '123', { # Changelog +## 1.3.3 +* Update dependencies (thanks to [Vlad-Zhukov](https://github.com/Vlad-Zhukov)) + ## 1.3.2 * Fix: ignoring Jet Brains ide files (thanks to [Vlad-Zhukov](https://github.com/Vlad-Zhukov)) diff --git a/package.json b/package.json index 51637b7a..6626defc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-masked-text", - "version": "1.3.2", + "version": "1.3.3", "description": "Text and TextInput with mask for React Native applications", "main": "index.js", "scripts": {