From f69b6c8e4f3bd71b913d29ccfddfd8e31a301bd6 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Fri, 26 Jul 2024 09:25:34 -0400 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 b2e546d0..92a280ed 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: restyler -version: 0.4.0.0 +version: 0.4.1.0 license: MIT language: GHC2021 diff --git a/restyler.cabal b/restyler.cabal index a7ad8765..f4b6e9a9 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.4.0.0 +version: 0.4.1.0 license: MIT license-file: LICENSE build-type: Simple