diff --git a/README.md b/README.md index 21892bf..a3721d0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in A simple IRC web client. -**Shipped version:** 1.0.0-beta.8~ynh2 +**Shipped version:** 1.0.0-beta.8~ynh3 **Demo:** https://web.libera.chat/gamja/ diff --git a/README_fr.md b/README_fr.md index c1d255e..4344678 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po A simple IRC web client. -**Version incluse :** 1.0.0-beta.8~ynh2 +**Version incluse :** 1.0.0-beta.8~ynh3 **Démo :** https://web.libera.chat/gamja/ diff --git a/manifest.toml b/manifest.toml index 870a2bd..add4c8f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Gamja" description.en = "Simple IRC web client" description.fr = "Simple IRC web client" -version = "1.0.0-beta.8~ynh2" +version = "1.0.0-beta.8~ynh3" maintainers = ["eric_G"] @@ -35,8 +35,8 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.webircgateway] - url = "https://github.com/kiwiirc/webircgateway/archive/bb110ab6c4ca864b623070e5d5c0a95486390a9b.tar.gz" - sha256 = "96ae87e0c4148dac731e5709068de41803ff464edd53821eaf1ffcc7e4c0e1ce" + url = "https://github.com/kiwiirc/webircgateway/archive/4ee70fb5732f543014223c827a18e7c05b063a9d.tar.gz" + sha256 = "71582f5cf49b222910351d888cfff8152d5eee376c9a069aa01b03eaf5cf6273" autoupdate.upstream = "https://github.com/kiwiirc/webircgateway" autoupdate.strategy = "latest_github_commit" diff --git a/scripts/_common.sh b/scripts/_common.sh index 8a9fada..9ecc68b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -nodejs_version=16 +nodejs_version=20 go_version=1.20 #=================================================