We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859c0fc commit 8792f9dCopy full SHA for 8792f9d
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "joplin-plugin-record",
3
- "version": "1.3.0",
+ "version": "1.4.0",
4
"scripts": {
5
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
6
"prepare": "npm run dist",
src/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "io.sigmasd.record",
"app_min_version": "3.2",
"name": "Record",
7
"description": "Record audio and insert it into a note.",
8
"author": "sigmasd",
0 commit comments