Skip to content

Commit

Permalink
v1.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SOwOphie committed Apr 2, 2022
1 parent ee240d4 commit b5930b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v1.2.5

## New Features

- `-ep` can now be used to preserve whitespace exactly on save. This should help
Expand Down
4 changes: 2 additions & 2 deletions src/WSEdit/Data.hs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ import qualified WSEdit.Buffer as B

-- | Version number constant.
version :: String
version = "1.2.4.6"
version = "1.2.5.0"

-- | Upstream URL.
upstream :: String
Expand All @@ -125,7 +125,7 @@ data Stability = Prototype

-- | Current release stability
stability :: Stability
stability = RC
stability = Release



Expand Down
2 changes: 1 addition & 1 deletion wsedit.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wsedit
version: 1.2.4.6
version: 1.2.5.0
synopsis: A simple terminal source code editor.
description:
homepage: https://github.com/LadyBoonami/wsedit
Expand Down

0 comments on commit b5930b6

Please sign in to comment.