diff --git a/package-lock.json b/package-lock.json index fda1f72..82aa566 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-clusterer", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-clusterer", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "@mapbox/geo-viewport": "^0.5.0", diff --git a/package.json b/package.json index 419dc2a..c54baea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-clusterer", - "version": "2.0.0", + "version": "3.0.0", "description": "React Native clustering library using C++ Supercluster implementation", "main": "lib/commonjs/index", "module": "lib/module/index",