diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 7fb821a..66b8f65 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -1,6 +1,6 @@ { "name": "@gjsify/gnome-shell-hello-world-example", - "version": "46.0.0", + "version": "46.0.1", "description": "Simple Gnome Shell Hello World Extension example", "type": "module", "main": "dist/extension.js", diff --git a/package.json b/package.json index b4666de..a162bca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gnome-shell", - "version": "46.0.0", + "version": "46.0.1", "description": "GJS TypeScript type definitions for GNOME Shell Extensions", "main": "src/index.js", "type": "module", diff --git a/packages/gnome-shell/package.json b/packages/gnome-shell/package.json index c760047..970ebd7 100644 --- a/packages/gnome-shell/package.json +++ b/packages/gnome-shell/package.json @@ -1,6 +1,6 @@ { "name": "@girs/gnome-shell", - "version": "46.0.0", + "version": "46.0.1", "description": "GJS TypeScript type definitions for GNOME Shell Extensions", "type": "module", "main": "./dist/index.js",