Skip to content

Commit 41ec850

Browse files
Fix npm version number
New here. Seems like master had 3.1.0 (3.1.1 after merged PR) in the package.json but NPM is at 3.2.0. Maybe someone developer had published changes to npm without pushing to github. If so, those changes are lost now unfortunately.
1 parent 32b5ccd commit 41ec850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nordic-dfu",
3-
"version": "3.1.1",
3+
"version": "3.2.1",
44
"description": "Nordic Device Firmware Update for React Native",
55
"main": "index.js",
66
"url": "https://github.com/Pilloxa/react-native-nordic-dfu",

0 commit comments

Comments
 (0)