[devdocsgjs/main: 172/239] Update Deno documentation (1.19.0)
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 172/239] Update Deno documentation (1.19.0)
- Date: Fri, 8 Apr 2022 07:47:41 +0000 (UTC)
commit 290058a7d7d7e6a877237c290d489669bc9f0225
Author: Simon Legner <Simon Legner gmail com>
Date: Mon Feb 21 19:19:55 2022 +0100
Update Deno documentation (1.19.0)
assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
lib/docs/scrapers/deno.rb | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 79edd81b..c4946688 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -234,7 +234,7 @@ credits = [
'https://creativecommons.org/licenses/by-sa/4.0/'
], [
'Deno',
- '2018–2021 the Deno authors',
+ '2018–2022 the Deno authors',
'MIT',
'https://raw.githubusercontent.com/denoland/manual/main/LICENSE'
], [
diff --git a/lib/docs/scrapers/deno.rb b/lib/docs/scrapers/deno.rb
index 9f5446ac..b5e83d65 100644
--- a/lib/docs/scrapers/deno.rb
+++ b/lib/docs/scrapers/deno.rb
@@ -2,7 +2,7 @@ module Docs
class Deno < UrlScraper
self.name = 'Deno'
self.type = 'simple'
- self.release = '1.18.0'
+ self.release = '1.19.0'
self.base_url = 'https://doc.deno.land/deno/stable/'
self.links = {
home: 'https://deno.land/',
@@ -13,7 +13,7 @@ module Docs
# https://github.com/denoland/manual/blob/main/LICENSE
options[:attribution] = <<-HTML
- © 2018–2021 the Deno authors
+ © 2018–2022 the Deno authors
HTML
def get_latest_version(opts)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]