diff --git a/README.md b/README.md
index 93cff53..cf7fde0 100644
--- a/README.md
+++ b/README.md
@@ -87,9 +87,9 @@ have a istio proxy configured, prevent communication with that pod.)
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.61.0 |
-| [helm](#provider\_helm) | 2.14.0 |
-| [kubernetes](#provider\_kubernetes) | 2.31.0 |
+| [aws](#provider\_aws) | 5.73.0 |
+| [helm](#provider\_helm) | 2.16.1 |
+| [kubernetes](#provider\_kubernetes) | 2.33.0 |
## Modules
diff --git a/version.tf b/version.tf
index 94db89c..87a51f5 100644
--- a/version.tf
+++ b/version.tf
@@ -1,4 +1,4 @@
locals {
module_name = "tfmod-istio"
- module_version = "1.0.5"
+ module_version = "0.1.1"
}