Skip to content

Commit

Permalink
Merge pull request #586 from at88mph/correct-wcs-fix
Browse files Browse the repository at this point in the history
Reflect new FITS fix.
  • Loading branch information
pdowler authored Aug 15, 2024
2 parents 905fa47 + 1d492f4 commit 548d573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minoc/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# tags with and without build number so operators use the versioned
# tag but we always keep a timestamped tag in case a semantic tag gets
# replaced accidentally
VER=1.0.5
VER=1.0.6
TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")"
unset VER
2 changes: 1 addition & 1 deletion minoc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
compile 'org.opencadc:cadc-vosi:[1.4.3,2.0)'
compile 'org.opencadc:cadc-rest:[1.3.14,)'
compile 'org.opencadc:cadc-cdp:[1.0,)'
compile 'org.opencadc:cadc-data-ops-fits:[0.4.0,)'
compile 'org.opencadc:cadc-data-ops-fits:[0.4.1,)'
compile 'org.opencadc:cadc-gms:[1.0.0,)'
compile 'org.opencadc:cadc-inventory:[1.0,2.0)'
compile 'org.opencadc:cadc-inventory-db:[1.0,2.0)'
Expand Down

0 comments on commit 548d573

Please sign in to comment.