File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Package: loupeR
2
2
Title: Converts Seurat objects to 10x Genomics Loupe files
3
- Version: 1.1.3
3
+ Version: 1.1.4
4
4
Authors@R:
5
5
person(given = "Eric",
6
6
family = "Siegel",
Original file line number Diff line number Diff line change @@ -176,15 +176,15 @@ executable_basename <- function() {
176
176
# ' @noRd
177
177
artifacts <- list (
178
178
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" ,
180
180
md5 = " b3fd93fd88a43fbcf3f6e40af3186eaa"
181
181
),
182
182
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" ,
184
184
md5 = " ea65a2ec372d623c54d45c51793014e2"
185
185
),
186
186
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" ,
188
188
md5 = " f5d1e99138e840169a19191d10bb25ab"
189
189
)
190
190
)
You can’t perform that action at this time.
0 commit comments