mirror of
https://github.com/gustjose/obsidian-syncthing-manager.git
synced 2026-07-22 06:40:35 +00:00
chore: release 1.4.5
This commit is contained in:
parent
dd35d4f9c5
commit
4083cb3b0b
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "syncthing-manager",
|
||||
"name": "Syncthing Manager",
|
||||
"version": "1.4.4",
|
||||
"version": "1.4.5",
|
||||
"minAppVersion": "1.11.4",
|
||||
"description": "Control panel for Syncthing. Monitor status, resolve conflicts, and force synchronization on Desktop and Mobile.",
|
||||
"author": "Gustavo Carreiro",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "syncthing-manager",
|
||||
"version": "1.4.4",
|
||||
"version": "1.4.5",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "syncthing-manager",
|
||||
"version": "1.4.4",
|
||||
"version": "1.4.5",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@codemirror/merge": "6.12.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "syncthing-manager",
|
||||
"version": "1.4.4",
|
||||
"version": "1.4.5",
|
||||
"description": "Control panel for Syncthing. Monitor status, resolve conflicts, and force synchronization on Desktop and Mobile.",
|
||||
"type": "module",
|
||||
"main": "main.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue