From 40d877087879340fdd3022dfc2c6e6d2db4637f6 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 16 Dec 2017 19:40:22 +0100 Subject: [PATCH] version bump --- affection.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/affection.cabal b/affection.cabal index 00b97da..888305d 100644 --- a/affection.cabal +++ b/affection.cabal @@ -6,7 +6,7 @@ name: affection -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 0.0.0.6 +version: 0.0.0.7 synopsis: A simple Game Engine using SDL description: This package contains Affection, a simple game engine written in Haskell using SDL and GEGL.