Skip to content

Commit f94912b

Browse files
committed
bumping version to 0.0.2
1 parent 88445d0 commit f94912b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dconf2nix.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22

33
name: dconf2nix
4-
version: 0.0.1
4+
version: 0.0.2
55
synopsis: Convert dconf files to Nix, as expected by Home Manager.
66
description: A convenient converter of DConf files to Nix, as expected by Home Manager's dconf settings. So you can Nixify your Gnome Shell configuration ;)
77
bug-reports: https://github.com/gvolpe/dconf2nix/issues

src/CommandLine.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ versionInfo = unlines
3939
, "██████╔╝╚██████╗╚██████╔╝██║ ╚████║██║ ███████╗██║ ╚████║██║██╔╝ ██╗"
4040
, "╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚══════╝╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝"
4141
, ""
42-
, "Version: 0.0.1"
42+
, "Version: 0.0.2"
4343
, "Maintainer: Gabriel Volpe"
4444
, "Source code: https://github.com/gvolpe/dconf2nix"
4545
]

0 commit comments

Comments
 (0)