Skip to content

Commit 5ff5ee0

Browse files
committedMar 28, 2024·
Release 0.1.1
1 parent ec9c53d commit 5ff5ee0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.web-docs/README.md

+1-1
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.0"
16+
version = ">= 0.1.1"
1717
source = "github.com/torarnv/ipsw"
1818
}
1919
}

‎README.md

+1-1
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.0"
16+
version = ">= 0.1.1"
1717
source = "github.com/torarnv/ipsw"
1818
}
1919
}

‎main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

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

0 commit comments

Comments
 (0)
Please sign in to comment.