Skip to content

Commit

Permalink
Set version 0.4.3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Sep 11, 2024
1 parent d7ddc31 commit 5119f56
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# cd src; prefetch-npm-deps package-lock.json
srcNpmDeps = pkgs.fetchNpmDeps {
src = "${self}/src";
hash = "sha256-8sNPXmBhFbnE+4TYVGZTF2iK2eU42fWBb1kqZLppMY4=";
hash = "sha256-kHvAiBuo+CGKTFRcnUbMotlkfS+jdlR5YwfxdxFG63w=";
};

inherit system;
Expand Down
2 changes: 1 addition & 1 deletion packages/webr/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: webr
Title: WebR Support Package
Version: 0.4.2
Version: 0.4.2.9000
Authors@R: c(
person("George", "Stagg", , "[email protected]", role = c("aut", "cre")),
person("Lionel", "Henry", , "[email protected]", role = "aut"),
Expand Down
4 changes: 2 additions & 2 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webr",
"version": "0.4.2",
"version": "0.4.3-dev",
"description": "The statistical programming language R compiled into WASM for use in a web browser and node.",
"keywords": [
"webR",
Expand Down

0 comments on commit 5119f56

Please sign in to comment.