We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b2cca commit 195a9ceCopy full SHA for 195a9ce
readme.md
@@ -108,14 +108,14 @@ $ xavtool current
108
1.0.1 - iOSApp (...\test\Info.plist)
109
1.0.1 - uwpApp (...\test\Package.appxmanifest)
110
111
-$ git flow release start '1.16.0'
+$ git flow release start '1.1.0'
112
113
$ xavtool i
114
1.0.1: New version: 1.1.0 (...\test\AndroidManifest.xml)
115
1.0.1: New version: 1.1.0 (...\test\Info.plist)
116
1.0.1: New version: 1.1.0 (...\test\Package.appxmanifest)
117
118
-$ git commit -am "Version bump to 1.16.0"
+$ git commit -am "Version bump to 1.1.0"
119
$ git flow release finish -p
120
```
121
0 commit comments