Skip to content

Commit 79d3a75

Browse files
committed
chore: bump version to 0.7.2
1 parent d0010de commit 79d3a75

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paperclip-plugin-discord",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"type": "module",
55
"main": "./dist/index.js",
66
"paperclipPlugin": {

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const PLUGIN_ID = "paperclip-plugin-discord";
2-
export const PLUGIN_VERSION = "0.4.5";
2+
export const PLUGIN_VERSION = "0.7.2";
33

44
export const WEBHOOK_KEYS = {
55
discordInteractions: "discord-interactions",

0 commit comments

Comments
 (0)