diff --git a/README.md b/README.md index 2958e76..e86b62d 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,5 @@ A simple Game Engine in Haskell using SDL ## Disclaimer -This Engine is not stable yet. Things may change. horribly. I do not intend bumping versions for now. +This Engine is not stable yet. Things may change. horribly. +Even minor version bumps may break the API. diff --git a/affection.cabal b/affection.cabal index 6b7c526..bb0f82b 100644 --- a/affection.cabal +++ b/affection.cabal @@ -8,7 +8,7 @@ name: affection -- | | | +--- code changes with no API change version: 0.0.0.0 synopsis: A simple Game Engine using SDL --- description: +description: See homepage for description. homepage: https://github.com/nek0/affection#readme license: LGPL-3 license-file: LICENSE