Skip to content

Commit 2c706d1

Browse files
authored
deps: bump wabac.js to 2.25.0 to fix #973 (#974)
version: bump to 2.10.0b1
1 parent d0a6f15 commit 2c706d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.10.0b0'
1+
__version__ = '2.10.0b1'
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/wabac@2.24.1/dist/sw.js"
18+
WABAC_SW_URL = "https://cdn.jsdelivr.net/npm/@webrecorder/wabac@2.25.0/dist/sw.js"
1919

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

0 commit comments

Comments
 (0)