We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff39ad7 commit 2887b2cCopy full SHA for 2887b2c
increment_version.sh
@@ -0,0 +1,10 @@
1
+#!/bin/sh
2
+
3
+if [ -z "$1" ]
4
+then
5
+ echo "Usage: $0 [version_to_set]"
6
+ exit 1
7
+fi
8
9
+echo "\"$1\"" > src/ios-deploy/version.h
10
+npm version --no-git-tag-version $1
0 commit comments