Skip to content

Commit

Permalink
v0.7.31
Browse files Browse the repository at this point in the history
  • Loading branch information
avahe-kellenberger committed Jul 3, 2022
1 parent ceea03f commit 2faa144
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions nimdow.nimble
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Package
version = "0.7.30"
author = "avahe-kellenberger"
description = "A window manager written in nim"
license = "GPL v2"
srcDir = "src"
installExt = @["nim"]
bin = @["nimdow"]
version = "0.7.31"
author = "avahe-kellenberger"
description = "A window manager written in nim"
license = "GPL v2"
srcDir = "src"
installExt = @["nim"]
bin = @["nimdow"]

# Deps
requires "nim >= 1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/nimdowpkg/ipc/cli.nim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import
../wmcommands,
../logger

const version* = "v0.7.30"
const version* = "v0.7.31"
const commit* = getEnv("LATEST_COMMIT")

proc handleWMCommand(commandStr: string): bool =
Expand Down

0 comments on commit 2faa144

Please sign in to comment.