Skip to content

Commit be3da1a

Browse files
committed
chore: prepare release 0.42.0 - update version in package files and scripts
1 parent c482394 commit be3da1a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

cloudypad.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ -n "$CLOUDYPAD_CLI_LAUNCHER_DEBUG" ]; then
1111
set -x
1212
fi
1313

14-
CLOUDYPAD_VERSION=0.41.0
14+
CLOUDYPAD_VERSION=0.42.0
1515
CLOUDYPAD_IMAGE="${CLOUDYPAD_IMAGE:-"ghcr.io/pierrebeucher/cloudypad:$CLOUDYPAD_VERSION"}"
1616
CLOUDYPAD_TARGET_IMAGE="cloudypad/local-runner:local"
1717

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
flake-utils.lib.eachDefaultSystem (system:
1010
let
1111
pkgs = import nixpkgs { system = system; config.allowUnfree = true; };
12-
cloudypadVersion = "0.41.0";
12+
cloudypadVersion = "0.42.0";
1313
in {
1414
packages = rec {
1515
default = cloudypad;
@@ -19,7 +19,7 @@
1919

2020
src = pkgs.fetchurl {
2121
url = "https://raw.githubusercontent.com/PierreBeucher/cloudypad/v${cloudypadVersion}/cloudypad.sh";
22-
hash = "sha256:0g2574dg04vjybwmkdzmjqvrq65xjfdhyfgp7kdlz34qn02wj20h";
22+
hash = "sha256:0i56zvi4q827ar7fbif4z74ap1z9jxs22wibj07c0qbv995i9w8f";
2323
};
2424

2525
phases = [ "installPhase" ];

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installation arguments
22
# Override by setting related environment variable
3-
DEFAULT_CLOUDYPAD_SCRIPT_REF=v0.41.0
3+
DEFAULT_CLOUDYPAD_SCRIPT_REF=v0.42.0
44
CLOUDYPAD_HOME=${CLOUDYPAD_HOME:-"$HOME/.cloudypad"}
55
CLOUDYPAD_SCRIPT_REF=${CLOUDYPAD_SCRIPT_REF:-$DEFAULT_CLOUDYPAD_SCRIPT_REF}
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudypad",
3-
"version": "0.41.0",
3+
"version": "0.42.0",
44
"description": "",
55
"scripts": {
66
"test": "mocha",

0 commit comments

Comments
 (0)