diff --git a/Paths_ihp.hs b/Paths_ihp.hs index 217e75d1e..4eb0980fe 100644 --- a/Paths_ihp.hs +++ b/Paths_ihp.hs @@ -2,4 +2,4 @@ module Paths_ihp where import Data.Version -version = Version { versionBranch = [0, 20, 0], versionTags = [] } \ No newline at end of file +version = Version { versionBranch = [1, 0, 0], versionTags = [] } \ No newline at end of file diff --git a/UPGRADE.md b/UPGRADE.md index 99f89428b..778804648 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -2,7 +2,7 @@ This document describes breaking changes, as well as how to fix them, that have occured at given releases. After updating your project, please consult the segments from your current release until now. -# Upgrade to Beta 1.0.0-rc1 from Beta 0.20.0 +# Upgrade to 1.0.0 from Beta 0.20.0 1. **Switch IHP version** - **IHP Basic** diff --git a/ihp.cabal b/ihp.cabal index affcc67e3..72fdcf20c 100644 --- a/ihp.cabal +++ b/ihp.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: ihp -version: 0.20.0 +version: 1.0.0 synopsis: Haskell Web Framework description: The Integrated Haskell Platform is a full stack framework focused on rapid application development while striving for robust code quality. license: NONE diff --git a/ihp.nix b/ihp.nix index c9d1c0d5c..389ae6188 100644 --- a/ihp.nix +++ b/ihp.nix @@ -67,7 +67,7 @@ }: mkDerivation { pname = "ihp"; - version = "v0.20.0"; + version = "v1.0.0"; src = (import { }).nix-gitignore.gitignoreSource [ ] ./.; isLibrary = true; isExecutable = true;