Skip to content

Commit ccdca34

Browse files
committed
chore: bump v1.1.4
1 parent 6ba99b5 commit ccdca34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: loupeR
22
Title: Converts Seurat objects to 10x Genomics Loupe files
3-
Version: 1.1.3
3+
Version: 1.1.4
44
Authors@R:
55
person(given = "Eric",
66
family = "Siegel",

R/setup.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,15 @@ executable_basename <- function() {
176176
#' @noRd
177177
artifacts <- list(
178178
linux = list(
179-
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.3/louper-linux-x64",
179+
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.4/louper-linux-x64",
180180
md5 = "b3fd93fd88a43fbcf3f6e40af3186eaa"
181181
),
182182
mac = list(
183-
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.3/louper-macos-x64",
183+
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.4/louper-macos-x64",
184184
md5 = "ea65a2ec372d623c54d45c51793014e2"
185185
),
186186
windows = list(
187-
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.3/louper-windows-x64.exe",
187+
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.4/louper-windows-x64.exe",
188188
md5 = "f5d1e99138e840169a19191d10bb25ab"
189189
)
190190
)

0 commit comments

Comments
 (0)