From f35ee6764b5507f0fe204450855e5115f9046104 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 22 Jul 2024 13:56:35 -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 01fe1aafc..91375d357 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: restyler -version: 0.2.1.0 +version: 0.3.0.0 license: MIT language: GHC2021 diff --git a/restyler.cabal b/restyler.cabal index ca617284b..0c47a1f13 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.2.1.0 +version: 0.3.0.0 license: MIT license-file: LICENSE build-type: Simple