We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a6f15 commit 2c706d1Copy full SHA for 2c706d1
pywb/version.py
@@ -1,4 +1,4 @@
1
-__version__ = '2.10.0b0'
+__version__ = '2.10.0b1'
2
3
if __name__ == '__main__':
4
print(__version__)
setup.py
@@ -15,7 +15,7 @@
15
root_dir = pathlib.Path(__file__).parent
16
17
18
-WABAC_SW_URL = "https://cdn.jsdelivr.net/npm/@webrecorder/wabac@2.24.1/dist/sw.js"
+WABAC_SW_URL = "https://cdn.jsdelivr.net/npm/@webrecorder/wabac@2.25.0/dist/sw.js"
19
20
def download_wabac_sw():
21
print(f"Downloading {WABAC_SW_URL}")
0 commit comments