From 46f5ca6a81342f66cda16d5a8f8f8bdc12f142b7 Mon Sep 17 00:00:00 2001 From: zyxkad Date: Mon, 23 Oct 2023 16:15:41 -0600 Subject: [PATCH] v1.1.2 --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index a637f52..db342f1 100644 --- a/index.js +++ b/index.js @@ -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) diff --git a/package.json b/package.json index 3a49d8e..bfe53b5 100644 --- a/package.json +++ b/package.json @@ -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",