We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13532e1 commit 867d2b5Copy full SHA for 867d2b5
2 files changed
package/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-echo",
3
- "version": "0.0.1-beta.3",
+ "version": "0.0.1-beta.4",
4
"description": "Embed a server of HTTP in React Native app",
5
"license": "MIT",
6
"author": "RakaDoank <rakaaudira@gmail.com> (https://github.com/RakaDoank)",
package/src/_internal/const/echo/version.ts
@@ -1 +1,3 @@
-export const VERSION = "0.0.1-beta.1" // placeholder. It will be replaced on publishing automatically
+// A placeholder. It will be replaced on publishing automatically.
+// Please do not commit this change
+export const VERSION = "X.X.X"
0 commit comments