Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torarnv committed Mar 28, 2024
1 parent 5f5fa2e commit cc1dd47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .web-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
ipsw = {
version = ">= 0.0.14"
version = ">= 0.1.0"
source = "github.com/torarnv/ipsw"
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
ipsw = {
version = ">= 0.0.14"
version = ">= 0.1.0"
source = "github.com/torarnv/ipsw"
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

var (
Version = "0.0.14"
Version = "0.1.0"
VersionPrerelease = ""
PluginVersion = version.InitializePluginVersion(Version, VersionPrerelease)
)
Expand Down

0 comments on commit cc1dd47

Please sign in to comment.