]> git.r.bdr.sh - rbdr/lyricli/blobdiff - Makefile
Update version
[rbdr/lyricli] / Makefile
index d993480f3ef8e5e58ef591af05fbc452a36c1ebb..e535bdbe2ee576b50fd0e506a83fbe2ac3dfefed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ build:
        swift build --build-path $(build_path) --configuration $(configuration)
 
 install: build
-       cp $(source_binary_path) $(install_binary_path)
+       sudo cp $(source_binary_path) $(install_binary_path)
 
 test: build
        swift test
@@ -35,7 +35,7 @@ document: build
                --author Lyricli \
                --author_url https://gitlab.com/lyricli \
                --github_url https://gitlab.com/lyricli/lyricli \
-               --module-version 0.4.0 \
+               --module-version 1.0.0 \
                --module Lyricli \
 
 clean: