diff --git a/.web-docs/README.md b/.web-docs/README.md index c6f70a7..c4d4031 100644 --- a/.web-docs/README.md +++ b/.web-docs/README.md @@ -13,7 +13,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { ipsw = { - version = ">= 0.1.1" + version = ">= 0.1.2" source = "github.com/torarnv/ipsw" } } diff --git a/README.md b/README.md index c6f70a7..c4d4031 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { ipsw = { - version = ">= 0.1.1" + version = ">= 0.1.2" source = "github.com/torarnv/ipsw" } } diff --git a/main.go b/main.go index d6d3f4c..d01383d 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( ) var ( - Version = "0.1.1" + Version = "0.1.2" VersionPrerelease = "" PluginVersion = version.InitializePluginVersion(Version, VersionPrerelease) )