Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago M. Pinto committed Jul 29, 2024
1 parent dd029f1 commit 9de6019
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
16 changes: 8 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "super-duper-audio-recorder",
"name": "Super Duper Audio Recorder",
"version": "1.0.5",
"minAppVersion": "0.15.0",
"description": "Records audio directly, with input device and folder configuration, similar to the core one, but better",
"author": "Thiago MadPin",
"authorUrl": "https://github.com/madpin",
"isDesktopOnly": true
"id": "super-duper-audio-recorder",
"name": "Super Duper Audio Recorder",
"version": "1.0.6",
"minAppVersion": "0.15.0",
"description": "Records audio directly, with input device and folder configuration, similar to the core one, but better",
"author": "Thiago MadPin",
"authorUrl": "https://github.com/madpin",
"isDesktopOnly": true
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "super-duper-audio-recorder",
"version": "1.0.5",
"version": "1.0.6",
"description": "A plugin to record audio directly within Obsidian.",
"main": "main.js",
"scripts": {
Expand All @@ -24,4 +24,4 @@
"dependencies": {
"simple-git": "3.25.0"
}
}
}
11 changes: 6 additions & 5 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0"
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
"1.0.6": "0.15.0"
}

0 comments on commit 9de6019

Please sign in to comment.