diff --git a/lib/docs/scrapers/nim.rb b/lib/docs/scrapers/nim.rb
index 5a9d4f00..d24e19b2 100644
--- a/lib/docs/scrapers/nim.rb
+++ b/lib/docs/scrapers/nim.rb
@@ -1,7 +1,7 @@
module Docs
class Nim < UrlScraper
self.type = 'simple'
- self.release = '1.4.8'
+ self.release = '2.0.2'
self.base_url = 'https://nim-lang.org/docs/'
self.root_path = 'overview.html'
self.links = {
@@ -14,7 +14,7 @@ module Docs
options[:skip] = %w(theindex.html docgen.html tut1.html tut2.html tut3.html tools.html)
options[:attribution] = <<-HTML
- © 2006–2021 Andreas Rumpf
+ © 2006–2024 Andreas Rumpf
Licensed under the MIT License.
HTML