From 98aa70a89ad3612e203751cf52a4ab1638e2f172 Mon Sep 17 00:00:00 2001 From: Rasso Hilber Date: Tue, 25 Jul 2023 13:27:31 +0200 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56289b0..c797362 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@swup/fragment-plugin", "amdName": "SwupFragmentPlugin", - "version": "0.1.7", + "version": "0.1.8", "description": "A swup plugin for dynamically replacing containers based on rules", "type": "module", "source": "src/index.ts",