Skip to content

Commit 0500808

Browse files
committed
Bump to version v1.1.1
1 parent 3969460 commit 0500808

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.0
3+
Version: 1.1.1
44
Authors@R:
55
person(given = "Eric",
66
family = "Siegel",

R/setup.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,15 @@ executable_basename <- function() {
171171
#' @noRd
172172
artifacts = list(
173173
linux = list(
174-
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.0/louper-linux-x64",
174+
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.1/louper-linux-x64",
175175
md5 = "99903df7a3bc7b1b06d7509ddddf9a13"
176176
),
177177
mac = list(
178-
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.0/louper-macos-x64",
178+
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.1/louper-macos-x64",
179179
md5 = "bf4ff652b88e0b9a88fb306b11a9c066"
180180
),
181181
windows = list(
182-
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.0/louper-windows-x64.exe",
182+
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.1.1/louper-windows-x64.exe",
183183
md5 = "f40833260e3d4c14d8534a1f3349096d"
184184
)
185185
)

0 commit comments

Comments
 (0)