From 9b8a9d9b886b0fdcb7329a94c3729fd9e416b154 Mon Sep 17 00:00:00 2001 From: Pierre beucher Date: Fri, 2 Aug 2024 16:26:54 +0200 Subject: [PATCH] chore: update version for release --- cloudypad.sh | 2 +- flake.nix | 3 ++- install.sh | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/cloudypad.sh b/cloudypad.sh index 8647154a..d124d1c9 100755 --- a/cloudypad.sh +++ b/cloudypad.sh @@ -11,7 +11,7 @@ if [ -n "$CLOUDYPAD_CLI_LAUNCHER_DEBUG" ]; then set -x fi -CLOUDYPAD_VERSION=0.1.1 +CLOUDYPAD_VERSION=0.2.0 CLOUDYPAD_IMAGE="${CLOUDYPAD_IMAGE:-"crafteo/cloudypad:$CLOUDYPAD_VERSION"}" CLOUDYPAD_TARGET_IMAGE="crafteo/cloudypad-local-runner:local" diff --git a/flake.nix b/flake.nix index 8c833fe3..adaebb66 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ default = cloudypad; cloudypad = pkgs.stdenv.mkDerivation { pname = "cloudypad"; - version = "0.1.1"; + version = "0.2.0"; src = pkgs.fetchurl { url = "https://raw.githubusercontent.com/PierreBeucher/cloudypad/fixes-and-improvements/cloudypad.sh"; @@ -49,6 +49,7 @@ ansible yq jq + gh ]; shellHook = '' diff --git a/install.sh b/install.sh index 6cf41d3c..d0041770 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ set -e # Installation arguments # Override by setting related environment variable -DEFAULT_CLOUDYPAD_VERSION=0.1.1 +DEFAULT_CLOUDYPAD_VERSION=0.2.0 CLOUDYPAD_HOME=${CLOUDYPAD_HOME:-"$HOME/.cloudypad"} CLOUDYPAD_VERSION=${CLOUDYPAD_VERSION:-$DEFAULT_CLOUDYPAD_VERSION} diff --git a/package.json b/package.json index e907a87c..a62e66dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudypad", - "version": "0.1.1", + "version": "0.2.0", "description": "", "main": "index.js", "scripts": {