diff --git a/Project.toml b/Project.toml index c5fbe1a..c018e25 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "jlpkg" uuid = "c4c688b2-6cc8-11e9-1c12-6d20b663313d" -version = "1.2.2" +version = "1.2.3" [compat] julia = "1" diff --git a/README.md b/README.md index fb7ddc0..f830393 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Keyword arguments: It is possible to download and extract a prebuilt script with default settings. For example, to download the latest release you can run the following ```bash -$ curl -L https://github.com/fredrikekre/jlpkg/releases/download/v1.2.2/jlpkg-v1.2.2.tar.gz | \ +$ curl -L https://github.com/fredrikekre/jlpkg/releases/download/v1.2.3/jlpkg-v1.2.3.tar.gz | \ tar -xzC /usr/local/bin ``` This will extract the executable script `jlpkg` and place it in `/usr/local/bin`. diff --git a/src/cli.jl b/src/cli.jl index f605045..5ed1bad 100644 --- a/src/cli.jl +++ b/src/cli.jl @@ -30,7 +30,7 @@ end # Parse --version option if "--version" in JLPKG_ARGS - println(stdout, "jlpkg version 1.2.2, julia version $(VERSION)") + println(stdout, "jlpkg version 1.2.3, julia version $(VERSION)") exit(0) end