Skip to content

Commit

Permalink
Merge pull request #125 from PierreBeucher/release-0.14.0
Browse files Browse the repository at this point in the history
Finalize release 0.14.0
  • Loading branch information
PierreBeucher authored Feb 2, 2025
2 parents 7bd5cc4 + b21e3c7 commit 5bd2e27
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.13.0
CLOUDYPAD_VERSION=0.14.0
CLOUDYPAD_IMAGE="${CLOUDYPAD_IMAGE:-"ghcr.io/pierrebeucher/cloudypad:$CLOUDYPAD_VERSION"}"
CLOUDYPAD_TARGET_IMAGE="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.13.0";
cloudypadVersion = "0.14.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:1009798y60bs908yfpww4ia70qsrmcwcynqvr32aajk46ijmqkpl";
hash = "sha256:0yh5rcpp40gi97pxpnf870fjiids9drzn51hapha212yzml7g6br";
};

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.13.0
DEFAULT_CLOUDYPAD_SCRIPT_REF=v0.14.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.13.0",
"version": "0.14.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5bd2e27

Please sign in to comment.