Skip to content

Commit

Permalink
release: v1.1.3 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
esiegel authored Jan 22, 2025
1 parent d8295bd commit f60ccd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1.2
Version: 1.1.3
Authors@R:
person(given = "Eric",
family = "Siegel",
Expand Down
6 changes: 3 additions & 3 deletions R/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,15 @@ executable_basename <- function() {
#' @noRd
artifacts <- list(
linux = list(
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.2/louper-linux-x64",
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.3/louper-linux-x64",
md5 = "b3fd93fd88a43fbcf3f6e40af3186eaa"
),
mac = list(
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.2/louper-macos-x64",
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.3/louper-macos-x64",
md5 = "ea65a2ec372d623c54d45c51793014e2"
),
windows = list(
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.2/louper-windows-x64.exe",
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.3/louper-windows-x64.exe",
md5 = "f5d1e99138e840169a19191d10bb25ab"
)
)
Expand Down

0 comments on commit f60ccd8

Please sign in to comment.