Skip to content

Commit be4890f

Browse files
committed
Release 0.1.2
1 parent 94708f8 commit be4890f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.web-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
1313
packer {
1414
required_plugins {
1515
ipsw = {
16-
version = ">= 0.1.1"
16+
version = ">= 0.1.2"
1717
source = "github.com/torarnv/ipsw"
1818
}
1919
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
1313
packer {
1414
required_plugins {
1515
ipsw = {
16-
version = ">= 0.1.1"
16+
version = ">= 0.1.2"
1717
source = "github.com/torarnv/ipsw"
1818
}
1919
}

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
var (
17-
Version = "0.1.1"
17+
Version = "0.1.2"
1818
VersionPrerelease = ""
1919
PluginVersion = version.InitializePluginVersion(Version, VersionPrerelease)
2020
)

0 commit comments

Comments
 (0)