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 @@ -78,12 +78,12 @@ Oversnip is open source and powered by Electron. Hop in and make it your own!
78
78
## Download
79
79
80
80
<p align =" center " >
81
- <a href =" https://github.com/AskingQuestions/oversnip/releases/download/v1.0.5 /oversnip-1.0.5 .Setup.exe " ><img style =" width : 100px " src =" images/windows.svg " ></a >
81
+ <a href =" https://github.com/AskingQuestions/oversnip/releases/download/v1.0.8 /oversnip-1.0.8 .Setup.exe " ><img style =" width : 100px " src =" images/windows.svg " ></a >
82
82
  ;   ;   ;   ;   ;   ;   ;   ;   ;   ;   ;   ;
83
- <a href="https://github.com/AskingQuestions/oversnip/releases/download/latest /oversnip-darwin-x64- 1.0.7.zip
83
+ <a href="https://github.com/AskingQuestions/oversnip/releases/download/v1.0.8 /oversnip-1.0.8-x64.dmg
84
84
"><img style =" width : 100px " src =" images/apple.svg " ></a >
85
85
  ;   ;   ;   ;   ;   ;   ;   ;   ;   ;   ;   ;
86
- <a href="https://github.com/AskingQuestions/oversnip/releases/download/latest /oversnip-1.0.7_amd64 .deb
86
+ <a href="https://github.com/AskingQuestions/oversnip/releases/download/v1.0.8 /oversnip-1.0.8_amd64 .deb
87
87
"><img style =" width : 100px " src =" images/linux.svg " ></a >
88
88
89
89
</p >
Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ async function captureSnip(autoImageSearch = false) {
381
381
) ;
382
382
383
383
if ( ! source ) {
384
- source = source [ sourceIndex ] ;
384
+ source = sources [ sourceIndex ] ;
385
385
}
386
386
387
387
if ( source ) {
You can’t perform that action at this time.
0 commit comments