-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 (wordpress) Fix version mismatch for self-hosters for Standard embe…
…d as well Closes #1038
- Loading branch information
1 parent
8d56349
commit eca6d20
Showing
4 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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'" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters