From 159deabfe160c7570679269873f18776cb586437 Mon Sep 17 00:00:00 2001
From: Aiden Bai <aiden.bai05@gmail.com>
Date: Fri, 27 May 2022 23:14:17 +0000
Subject: [PATCH] Bump to 1.9.6
---
assets/js/router.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/assets/js/router.js b/assets/js/router.js
index 278ed56..787cd76 100644
--- a/assets/js/router.js
+++ b/assets/js/router.js
@@ -1,4 +1,4 @@
-import { router, navigate, reload, prefetch } from "https://unpkg.com/million@1.9.5/dist/router.mjs"
+import { router, navigate, reload, prefetch } from "https://unpkg.com/million@1.9.6/dist/router.mjs"
export const attachSPARouting = (draw) => {
// Attach SPA functions to the global Million namespace
--
Gitblit v1.10.0