diff --git a/.goreleaser.yml b/.goreleaser.yml index a7cf313..135051b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -52,9 +52,5 @@ signs: artifacts: checksum output: true -release: - extra_files: - - glob: ./docs.zip - changelog: use: github-native diff --git a/.web-docs/README.md b/.web-docs/README.md index 10016db..381deb9 100644 --- a/.web-docs/README.md +++ b/.web-docs/README.md @@ -21,7 +21,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { ipsw = { - version = ">= 0.0.11" + version = ">= 0.0.12" source = "github.com/torarnv/ipsw" } } diff --git a/README.md b/README.md index 10016db..381deb9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { ipsw = { - version = ">= 0.0.11" + version = ">= 0.0.12" source = "github.com/torarnv/ipsw" } } diff --git a/main.go b/main.go index 940220c..55e3c69 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( ) var ( - Version = "0.0.11" + Version = "0.0.12" VersionPrerelease = "" PluginVersion = version.InitializePluginVersion(Version, VersionPrerelease) )