🐛 (wordpress) Fix version mismatch for self-hosters for Standard embed as well

Closes #1038
This commit is contained in:
Baptiste Arnaud
2023-11-15 16:03:54 +01:00
parent 8d563499f0
commit eca6d207bf
4 changed files with 10 additions and 7 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "@typebot.io/wordpress",
"version": "3.4.0",
"version": "3.4.2",
"main": "index.js",
"repository": "https://github.com/baptisteArno/typebot.io",
"author": "baptisteArno",
"license": "AGPL-3.0-or-later",
"scripts": {
"deploy": "pnpm copy && pnpm commit",
"copy": "svn copy ./trunk ./tags/3.4.1",
"commit": "svn ci -m 'Import lib specific version'"
"copy": "svn copy ./trunk ./tags/3.4.2",
"commit": "svn ci -m 'Affect v0.2.15 to Standard embed'"
}
}