Skip to content

Commit

Permalink
v1.1.0 release with Loupe Browser 8.0 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
esiegel committed Mar 25, 2024
1 parent 3c8d054 commit 4f71501
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: loupeR
Title: Converts Seurat objects to 10x Genomics Loupe files
Version: 1.0.2
Version: 1.1.0
Authors@R:
person(given = "Eric",
family = "Siegel",
Expand Down
12 changes: 6 additions & 6 deletions R/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,16 +171,16 @@ executable_basename <- function() {
#' @noRd
artifacts = list(
linux = list(
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.0.2/louper-linux-x64",
md5 = "e3425631323e43cf9247b61a026cec09"
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.0/louper-linux-x64",
md5 = "99903df7a3bc7b1b06d7509ddddf9a13"
),
mac = list(
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.0.2/louper-macos-x64",
md5 = "fba8a41d02a00edde8671c0c44886589"
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.0/louper-macos-x64",
md5 = "bf4ff652b88e0b9a88fb306b11a9c066"
),
windows = list(
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.0.2/louper-windows-x64.exe",
md5 = "300e26db7fe5b31e196f838097afcfb9"
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.0/louper-windows-x64.exe",
md5 = "f40833260e3d4c14d8534a1f3349096d"
)
)

Expand Down

0 comments on commit 4f71501

Please sign in to comment.