Browse Source

Update Svelte documentation (5.33.11)

Simon Legner 6 months ago
parent
commit
1dc15574d4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/docs/scrapers/svelte.rb

+ 2 - 2
lib/docs/scrapers/svelte.rb

@@ -13,7 +13,7 @@ module Docs
 
     # https://github.com/sveltejs/svelte/blob/master/LICENSE.md
     options[:attribution] = <<-HTML
-      &copy; 2016–2024 Rich Harris and contributors<br>
+      &copy; 2016–2025 Rich Harris and contributors<br>
       Licensed under the MIT License.
     HTML
 
@@ -21,7 +21,7 @@ module Docs
     html_filters.push 'svelte/entries', 'svelte/clean_html'
 
     version do
-      self.release = '5.2.3'
+      self.release = '5.33.11'
     end
 
     version '4' do