Skip to content

Commit

Permalink
chore: update files for release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBeucher committed Aug 4, 2024
1 parent 61800c6 commit 57fca81
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cloudypad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ -n "$CLOUDYPAD_CLI_LAUNCHER_DEBUG" ]; then
set -x
fi

CLOUDYPAD_VERSION=0.3.0
CLOUDYPAD_VERSION=0.4.0
CLOUDYPAD_IMAGE="${CLOUDYPAD_IMAGE:-"crafteo/cloudypad:$CLOUDYPAD_VERSION"}"
CLOUDYPAD_TARGET_IMAGE="crafteo/cloudypad-local-runner:local"

Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = nixpkgs.legacyPackages.${system};
cloudypadVersion = "0.3.0";
cloudypadVersion = "0.4.0";
in {
packages = rec {
default = cloudypad;
Expand All @@ -18,7 +18,7 @@

src = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/PierreBeucher/cloudypad/v${cloudypadVersion}/cloudypad.sh";
hash = "sha256:0g6a4xdswirxjb5d3z0g7hx1qw18rmnkgya3fpfnqr7nj56w8qwz";
hash = "sha256:1g3bqbfv0nzjm13x8kv29rnc13jqhzszhwr1ryb61jqqs1lw7pjw";
};

phases = [ "installPhase" ];
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

# Installation arguments
# Override by setting related environment variable
DEFAULT_CLOUDYPAD_SCRIPT_REF=v0.3.0
DEFAULT_CLOUDYPAD_SCRIPT_REF=v0.4.0
CLOUDYPAD_HOME=${CLOUDYPAD_HOME:-"$HOME/.cloudypad"}
CLOUDYPAD_SCRIPT_REF=${CLOUDYPAD_SCRIPT_REF:-$DEFAULT_CLOUDYPAD_SCRIPT_REF}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudypad",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 57fca81

Please sign in to comment.