Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugome committed Nov 2, 2022
1 parent b991514 commit b04707a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 1.1.0
VERSION := 1.1.1

PACK := libp2p
PROJECT := github.com/LuxChanLu/pulumi-${PACK}
Expand Down
2 changes: 1 addition & 1 deletion provider/pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

var Version string = "1.1.0"
var Version string = "1.1.1"
1 change: 1 addition & 0 deletions schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ language:
generateResourceContainerTypes: true
importBasePath: github.com/LuxChanLu/pulumi-libp2p/sdk/go/libp2p
nodejs:
packageName: "@luxchanlu/pulumi-libp2p"
dependencies:
"@pulumi/pulumi": "^3.45.0"
devDependencies:
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@pulumi/libp2p",
"name": "@luxchanlu/pulumi-libp2p",
"version": "${VERSION}",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit b04707a

Please sign in to comment.