Skip to content

Commit 1dc1557

Browse files
committed
Update Svelte documentation (5.33.11)
1 parent 896f8e0 commit 1dc1557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/svelte.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ class Svelte < UrlScraper
1313

1414
# https://github.com/sveltejs/svelte/blob/master/LICENSE.md
1515
options[:attribution] = <<-HTML
16-
&copy; 2016–2024 Rich Harris and contributors<br>
16+
&copy; 2016–2025 Rich Harris and contributors<br>
1717
Licensed under the MIT License.
1818
HTML
1919

2020
self.base_url = 'https://svelte.dev/docs/svelte/'
2121
html_filters.push 'svelte/entries', 'svelte/clean_html'
2222

2323
version do
24-
self.release = '5.2.3'
24+
self.release = '5.33.11'
2525
end
2626

2727
version '4' do

0 commit comments

Comments
 (0)