Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .claude/freshen-package-status

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.10'
- 'min'
- '1'
os:
- ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.TAGBOT_TOKEN }}
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
registry: HolyLab/HolyLabRegistry
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "RegisterCore"
uuid = "67712758-55e7-5c3c-8e85-dda1d7758434"
version = "1.0.1"
version = "1.0.2"
authors = ["Tim Holy <tim.holy@gmail.com>"]

[deps]
Expand All @@ -19,7 +19,7 @@ ImageMetadata = "0.9"
Interpolations = "0.13, 0.14, 0.15, 0.16"
Requires = "1"
Test = "1"
julia = "1.1"
julia = "1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
Loading