From 5ff5ee02173de3af8160eb135f4e3b83717aa4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Thu, 28 Mar 2024 12:29:56 +0100 Subject: [PATCH] Release 0.1.1 --- .web-docs/README.md | 2 +- README.md | 2 +- main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.web-docs/README.md b/.web-docs/README.md index d69ac97..c6f70a7 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.0" + version = ">= 0.1.1" source = "github.com/torarnv/ipsw" } } diff --git a/README.md b/README.md index d69ac97..c6f70a7 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.0" + version = ">= 0.1.1" source = "github.com/torarnv/ipsw" } } diff --git a/main.go b/main.go index b0b03c5..d6d3f4c 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( ) var ( - Version = "0.1.0" + Version = "0.1.1" VersionPrerelease = "" PluginVersion = version.InitializePluginVersion(Version, VersionPrerelease) )