diff --git a/assets/jsconfig.json b/assets/jsconfig.json index 3ed7511..07b7414 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -4,7 +4,7 @@ "paths": { "*": [ "*", - "../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.13.0/assets/*" + "../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.14.0/assets/*" ] } } diff --git a/go.mod b/go.mod index 74aac3b..045f8a3 100644 --- a/go.mod +++ b/go.mod @@ -3,5 +3,5 @@ module github.com/davidgs/DavidgsWeb go 1.25.5 require ( - github.com/hugo-toha/toha/v4 v4.13.0 // indirect + github.com/hugo-toha/toha/v4 v4.14.0 // indirect ) diff --git a/go.sum b/go.sum index 3df792c..80a732b 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/hugo-toha/toha/v4 v4.13.0 h1:h6ZKpqSZIcNK8ufptcRbg+Bm63tBq7v+X2jCC1mlcwg= -github.com/hugo-toha/toha/v4 v4.13.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g= +github.com/hugo-toha/toha/v4 v4.14.0 h1:gMwJCTk4sIWO4c9Yyqg9QthMi9ndgBHG1SbLnjTv/8E= +github.com/hugo-toha/toha/v4 v4.14.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g= diff --git a/package-lock.json b/package-lock.json index 885b1e4..9bced9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "DavidgsWeb", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "DavidgsWeb", - "version": "0.2.0", + "version": "0.3.0", "dependencies": { "@atproto/api": "^0.13.18" }, diff --git a/package.json b/package.json index 805d671..bf4bbd1 100644 --- a/package.json +++ b/package.json @@ -72,5 +72,5 @@ "typeit": "^8.8.7" }, "name": "DavidgsWeb", - "version": "0.2.0" + "version": "0.3.0" }