Skip to content

Commit

Permalink
chore(release): v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 28, 2024
1 parent dc05ec3 commit 564171a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions p6cdkwebsiteplus/jsii/jsii.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
constructs "github.com/aws/constructs-go/constructs/v10/jsii"
)

//go:embed p6-cdk-website-plus-0.3.3.tgz
//go:embed p6-cdk-website-plus-0.3.4.tgz
var tarball []byte

// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
Expand All @@ -24,5 +24,5 @@ func Initialize() {
constructs.Initialize()

// Load this library into the kernel
_jsii_.Load("p6-cdk-website-plus", "0.3.3", tarball)
_jsii_.Load("p6-cdk-website-plus", "0.3.4", tarball)
}
Binary file not shown.
2 changes: 1 addition & 1 deletion p6cdkwebsiteplus/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.3
0.3.4

0 comments on commit 564171a

Please sign in to comment.