Skip to content

Commit 5ab83e5

Browse files
committed
Update RxJS documentation (7.0.1)
1 parent f378bc0 commit 5ab83e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ credits = [
733733
'https://raw.githubusercontent.com/rust-lang/book/master/LICENSE-MIT'
734734
], [
735735
'RxJS',
736-
'2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors',
736+
'2015-2021 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors',
737737
'Apache',
738738
'https://raw.githubusercontent.com/ReactiveX/rxjs/master/LICENSE.txt'
739739
], [

lib/docs/scrapers/rxjs.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Docs
44
class Rxjs < UrlScraper
55
self.name = 'RxJS'
66
self.type = 'rxjs'
7-
self.release = '6.5.2'
7+
self.release = '7.0.1'
88
self.base_url = 'https://rxjs.dev/'
99
self.root_path = 'guide/overview'
1010
self.links = {
@@ -27,7 +27,7 @@ class Rxjs < UrlScraper
2727
options[:max_image_size] = 256_000
2828

2929
options[:attribution] = <<-HTML
30-
&copy; 2015&ndash;2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors.<br>
30+
&copy; 2015&ndash;2021 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors.<br>
3131
Code licensed under an Apache-2.0 License. Documentation licensed under CC BY 4.0.
3232
HTML
3333

0 commit comments

Comments
 (0)