2
0

📝 (wp) Update wordpress metadata

This commit is contained in:
Baptiste Arnaud
2023-03-06 21:50:55 +01:00
parent f527df82dd
commit 67a3f42edd
4 changed files with 10 additions and 12 deletions

View File

@ -1,6 +1,6 @@
{
"name": "wordpress",
"version": "3.1.1",
"version": "3.1.3",
"main": "index.js",
"repository": "https://github.com/baptisteArno/typebot.io",
"author": "baptisteArno",
@ -11,7 +11,7 @@
},
"scripts": {
"deploy": "pnpm copy && pnpm commit",
"copy": "svn copy ./trunk ./tags/3.1.1",
"commit": "svn ci -m 'Fix excluded pages when empty'"
"copy": "svn copy ./trunk ./tags/3.1.3",
"commit": "svn ci -m 'Update plugin metadata and readme'"
}
}