From 51c7e1960de8b4c658cbdb9b3fc41a89d571f62e Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 31 Jul 2024 12:09:21 -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 b93b08c1..a95b74a3 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: restyler -version: 0.4.1.3 +version: 0.4.2.0 license: MIT language: GHC2021 diff --git a/restyler.cabal b/restyler.cabal index 5a10b901..d6c5482b 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.1.3 +version: 0.4.2.0 license: MIT license-file: LICENSE build-type: Simple