Skip to content

Commit b18e563

Browse files
authored
Fix package.json version
1 parent 4e77af0 commit b18e563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-navigation",
3-
"version": "999.999.2-master",
3+
"version": "7.41.0",
44
"description": "React Native Navigation - truly native navigation for iOS and Android",
55
"license": "MIT",
66
"nativePackage": true,
@@ -234,4 +234,4 @@
234234
}
235235
}
236236
}
237-
}
237+
}

0 commit comments

Comments
 (0)