From c9a9561b446d24988fe9500c010028ba99a955ad Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Mon, 15 Feb 2021 10:47:47 +0100 Subject: [PATCH] Change version to v0.2.0. --- README.md | 2 +- bpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 562dfc2..f64c063 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The advised installation method is using the [`bpkg` package manager][bpkg], as this will allow versioning to be used: ```sh -bpkg install potherca-bash/inline-source@v0.1.0 +bpkg install potherca-bash/inline-source@v0.2.0 ``` Alternatively, the latest version of this project's main script can be diff --git a/bpkg.json b/bpkg.json index f8c01cc..cb639b1 100644 --- a/bpkg.json +++ b/bpkg.json @@ -20,5 +20,5 @@ "scripts": [ "dist/inline_source" ], - "version": "0.1.0" + "version": "0.2.0" }