From 23f243c776dbb18da72fff75ded5f33eddeac2e3 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 20 Nov 2024 09:25:33 -0500 Subject: [PATCH] Version bump --- package.yaml | 2 +- restyler.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.yaml b/package.yaml index 2ca48583..cd9fcc0a 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: restyler -version: 0.6.0.0 +version: 0.6.0.1 license: AGPL-3 language: GHC2021 diff --git a/restyler.cabal b/restyler.cabal index 247966c1..f3ed22b0 100644 --- a/restyler.cabal +++ b/restyler.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: restyler -version: 0.6.0.0 +version: 0.6.0.1 license: AGPL-3 build-type: Simple