Skip to content

Commit 867d2b5

Browse files
committed
do not commit the version placeholder
1 parent 13532e1 commit 867d2b5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

package/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-echo",
3-
"version": "0.0.1-beta.3",
3+
"version": "0.0.1-beta.4",
44
"description": "Embed a server of HTTP in React Native app",
55
"license": "MIT",
66
"author": "RakaDoank <rakaaudira@gmail.com> (https://github.com/RakaDoank)",
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
export const VERSION = "0.0.1-beta.1" // placeholder. It will be replaced on publishing automatically
1+
// A placeholder. It will be replaced on publishing automatically.
2+
// Please do not commit this change
3+
export const VERSION = "X.X.X"

0 commit comments

Comments
 (0)