From 3ac1049ec7486400e621218a18ed7894beafd6c1 Mon Sep 17 00:00:00 2001 From: nek0 Date: Thu, 23 Feb 2017 23:28:00 +0100 Subject: [PATCH] version bump --- affection.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/affection.cabal b/affection.cabal index cd72b7e..ba0d35d 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.3 +version: 0.0.0.4 synopsis: A simple Game Engine using SDL description: This package contains Affection, a simple game engine written in Haskell using SDL and GEGL.