Skip to content

Commit 04b7fe6

Browse files
authored
deps: bump wabac to 2.23.10 (#951)
bump version to 2.9.0!
1 parent 9bbba44 commit 04b7fe6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pywb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.9.0b1'
1+
__version__ = '2.9.0'
22

33
if __name__ == '__main__':
44
print(__version__)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
root_dir = pathlib.Path(__file__).parent
1616

1717

18-
WABAC_SW_URL = "https://cdn.jsdelivr.net/npm/@webrecorder/[email protected].8/dist/sw.js"
18+
WABAC_SW_URL = "https://cdn.jsdelivr.net/npm/@webrecorder/[email protected].10/dist/sw.js"
1919

2020
def download_wabac_sw():
2121
print(f"Downloading {WABAC_SW_URL}")

wombat

0 commit comments

Comments
 (0)