diff --git a/Makefile b/Makefile index 13c68e2..964b898 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ SOURCE = $(SRCDIR)/wpspin.nim all: $(TARGET) $(TARGET): $(SOURCE) - nimble build -d:release + nimble build -y -d:release strip $@ install: $(TARGET) diff --git a/wpspin.nimble b/wpspin.nimble index 554ea95..445975d 100644 --- a/wpspin.nimble +++ b/wpspin.nimble @@ -1,6 +1,6 @@ # Package -version = "0.5.0" +version = "0.5.1" author = "Victor Golovanenko (drygdryg)" description = "Full-featured WPS PIN generator" license = "MIT"