Skip to content

Commit 526ebdf

Browse files
committed
bump to v1.0.2
1 parent cbf5db5 commit 526ebdf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.0.1
3+
Version: 1.0.2
44
Authors@R:
55
person(given = "Eric",
66
family = "Siegel",

R/setup.R

Lines changed: 3 additions & 3 deletions
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.0.1/louper-linux-x64",
174+
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.0.2/louper-linux-x64",
175175
md5 = "e3425631323e43cf9247b61a026cec09"
176176
),
177177
mac = list(
178-
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.0.1/louper-macos-x64",
178+
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.0.2/louper-macos-x64",
179179
md5 = "fba8a41d02a00edde8671c0c44886589"
180180
),
181181
windows = list(
182-
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.0.1/louper-windows-x64.exe",
182+
url = "https://github.com/10XGenomics/loupeR/releases/download/v1.0.2/louper-windows-x64.exe",
183183
md5 = "300e26db7fe5b31e196f838097afcfb9"
184184
)
185185
)

0 commit comments

Comments
 (0)