Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 28, 2024
1 parent 4422eec commit fc68a9f
Show file tree
Hide file tree
Showing 4 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.1.1.tgz
//go:embed p6-cdk-website-plus-0.1.2.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.1.1", tarball)
_jsii_.Load("p6-cdk-website-plus", "0.1.2", tarball)
}
Binary file removed p6cdkwebsiteplus/jsii/p6-cdk-website-plus-0.1.1.tgz
Binary file not shown.
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.1.1
0.1.2

0 comments on commit fc68a9f

Please sign in to comment.