diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 8f83cbad..0cfb8492 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -609,7 +609,7 @@ credits = [ 'https://raw.githubusercontent.com/numpy/numpy/master/LICENSE.txt' ], [ 'OCaml', - '1995-2021 INRIA', + '1995-2022 INRIA', 'CC BY-SA', 'https://ocaml.org/docs/' ], [ diff --git a/lib/docs/scrapers/ocaml.rb b/lib/docs/scrapers/ocaml.rb index e681fcd8..72de98f8 100644 --- a/lib/docs/scrapers/ocaml.rb +++ b/lib/docs/scrapers/ocaml.rb @@ -3,7 +3,7 @@ module Docs self.name = 'OCaml' self.type = 'ocaml' self.root_path = 'index.html' - self.release = '4.13' + self.release = '4.14' self.base_url = "https://www.ocaml.org/releases/#{self.release}/htmlman/" self.links = { home: 'https://ocaml.org/', @@ -23,7 +23,7 @@ module Docs ] options[:attribution] = <<-HTML - © 1995-2021 INRIA. + © 1995-2022 INRIA. HTML def get_latest_version(opts)