From 2869e4b0d4684b9e9ce76d48eeed3e3cae10f952 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 19 Feb 2017 22:28:49 +0100 Subject: [PATCH] version bump --- affection.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/affection.cabal b/affection.cabal index dd62652..62ca11f 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.1 +version: 0.0.0.2 synopsis: A simple Game Engine using SDL description: This package contains Affection, a simple game engine written in Haskell using SDL and GEGL.