Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Oct 23, 2023
1 parent 76ced06 commit 46f5ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ fs.writeFileSync('build/plugin.meta.json', JSON.stringify(meta), 'utf-8')
{
path: "src/index.ts",
contents: `
console.log(console.log(\`plugin ${$.ID}@${$.VERSION} is loading\`))
console.log(console.log(\`plugin \${$.ID}@\${$.VERSION} is loading\`))
$.on('unload', () => {
console.log('plugin %q is unloading', $.ID)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-glp",
"version": "1.1.1",
"version": "1.1.2",
"description": "Create go liter plugin",
"main": "index.js",
"bin": "index.js",
Expand Down

0 comments on commit 46f5ca6

Please sign in to comment.