Skip to content

Commit fa464d7

Browse files
committed
fix app name
1 parent 1665e85 commit fa464d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nmi.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "1.0.0"
3+
version = "1.0.1"
44
author = "jiro4989"
55
description = "nmi display animations aimed to correct users who accidentally enter nmi instead of nim."
66
license = "MIT"

src/nmi.nim

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ const
3737
+@@@@@@@@@@@@@@@@@@@
3838
+@@@
3939
"""
40-
appName = "nimjson"
41-
version = &"""{appName} command version 1.0.0
40+
appName = "nmi"
41+
version = &"""{appName} command version 1.0.1
4242
Copyright (c) 2020 jiro4989
4343
Released under the MIT License.
4444
https://github.com/jiro4989/nmi"""

0 commit comments

Comments
 (0)