2
0

📦 (wordpress) Update package version

This commit is contained in:
Baptiste Arnaud
2022-11-17 16:49:51 +01:00
parent 7db0e01aca
commit 78fd974ebe
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "wordpress",
"version": "2.1.9",
"version": "2.1.11",
"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/2.1.9",
"copy": "svn copy ./trunk ./tags/2.1.11",
"commit": "svn ci -m 'Fix standard embed when window loaded'"
}
}