diff --git a/README.md b/README.md
index 42ee1eb..684cdaf 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ Please be aware that this is mainly a copy operation which means all your curren
| Name | Source | Version |
|------|--------|---------|
-| [bucket](#module\_bucket) | git::github.com/xoap-io/terraform-aws-storage-s3.git | v0.1.2 |
+| [bucket](#module\_bucket) | git::github.com/xoap-io/terraform-aws-storage-s3.git | v0.1.3 |
| [this\_label](#module\_this\_label) | git::github.com/xoap-io/terraform-aws-misc-label | v0.1.1 |
## Resources
diff --git a/main.tf b/main.tf
index 24619cb..4e99905 100644
--- a/main.tf
+++ b/main.tf
@@ -4,7 +4,7 @@ module "this_label" {
attributes = ["hosting", var.site_name]
}
module "bucket" {
- source = "git::github.com/xoap-io/terraform-aws-storage-s3.git?ref=v0.1.2"
+ source = "git::github.com/xoap-io/terraform-aws-storage-s3.git?ref=v0.1.3"
context = var.context
name = var.site_name
website_enabled = true