Skip to content

Commit c730dac

Browse files
committed
Update Vue documentation (3.5.28)
1 parent 54b0fc4 commit c730dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/vue.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ class Vue < UrlScraper
1414
options[:replace_paths] = { 'guide/' => 'guide/index.html' }
1515

1616
options[:attribution] = <<-HTML
17-
&copy; 2013&ndash;present Yuxi Evan You<br>
17+
&copy; 2018-present, Yuxi (Evan) You and Vue contributors<br>
1818
Licensed under the MIT License.
1919
HTML
2020

2121
version '3' do
22-
self.release = '3.5.18'
22+
self.release = '3.5.28'
2323
self.base_url = 'https://vuejs.org/'
2424
self.initial_paths = %w(guide/introduction.html)
2525
html_filters.push 'vue/entries_v3', 'vue/clean_html'

0 commit comments

Comments
 (0)