From 284fefcc6f184b3f465d5b38105f7e7ddd8aa568 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Tue, 30 Jul 2024 09:56:31 -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 1254f119..51fe48e9 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: restyler -version: 0.4.1.2 +version: 0.4.1.3 license: MIT language: GHC2021 diff --git a/restyler.cabal b/restyler.cabal index 5d8019de..0fe3c069 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.2 +version: 0.4.1.3 license: MIT license-file: LICENSE build-type: Simple