Skip to content

Commit

Permalink
chore(codespaces): update skim version
Browse files Browse the repository at this point in the history
From v0.10.2 to v0.10.4, skipping v0.10.3, which was apparently invalid:

- https://github.com/lotabout/skim/releases/tag/v0.10.3
- https://github.com/lotabout/skim/releases/tag/v0.10.4
  • Loading branch information
wincent committed May 17, 2024
1 parent 5f1d4e9 commit 927ffd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspects/codespaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ task('fetch lotabout/skim.git', async () => {
[
'clone',
'--branch',
'v0.10.2', // Not a branch, but a tag (still works).
'v0.10.4', // Not a branch, but a tag (still works).
'--depth',
'1',
'https://github.com/lotabout/skim.git',
Expand Down

0 comments on commit 927ffd4

Please sign in to comment.