Skip to content

Commit ad45674

Browse files
committed
Version bump to 1.1.1
1 parent bd6b882 commit ad45674

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func main() {
1313
app.Usage = "Command-line utility to automatically increase applications version"
1414
app.Author = "Gabriel Robert"
1515
app.Email = "[email protected]"
16-
app.Version = "1.1.0"
16+
app.Version = "1.1.1"
1717
app.Commands = commands()
1818

1919
err := app.Run(os.Args)

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Command-line utility to automatically increase iOS / Android / UWP applications
1414
Using [Chocolatey](https://chocolatey.org/):
1515

1616
```bash
17-
$ choco install xavtool -version 1.1.0
17+
$ choco install xavtool -version 1.1.1
1818
$ xavtool --version
1919
```
2020

@@ -59,7 +59,7 @@ USAGE:
5959
xavtool [global options] command [command options] [arguments...]
6060

6161
VERSION:
62-
1.1.0
62+
1.1.1
6363

6464
AUTHOR:
6565
Gabriel Robert <[email protected]>

xavtool.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>xavtool</id>
5-
<version>1.1.0</version>
5+
<version>1.1.1</version>
66
<title>xavtool</title>
77
<authors>gabrielrobert</authors>
88
<projectUrl>https://github.com/gabrielrobert/xavtool</projectUrl>

0 commit comments

Comments
 (0)