diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c295b7227..44e59eb81 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -67,7 +67,7 @@ jobs: with: version: '1' - name: Build and add versions - run: julia --project=docs -e 'using Pkg; Pkg.add([PackageSpec(name = "GeoMakie", rev = "master")])' + run: julia --project=docs -e 'using Pkg; Pkg.add([PackageSpec(name = "GeoMakie", rev = "master"), PackageSpec(name = "GeometryOpsCore", path = "./GeometryOpsCore"), PackageSpec(name = "GeometryOps", path = ".")])' - uses: julia-actions/julia-docdeploy@v1 with: install-package: false @@ -88,7 +88,7 @@ jobs: with: version: '1' - name: Build and add versions - run: julia --project=docs -e 'using Pkg; Pkg.add([PackageSpec(name = "GeoMakie", rev = "master")])' + run: julia --project=docs -e 'using Pkg; Pkg.add([PackageSpec(name = "GeoMakie", rev = "master"), PackageSpec(name = "GeometryOpsCore", path = "./GeometryOpsCore"), PackageSpec(name = "GeometryOps", path = ".")])' - run: | julia --project=docs -e ' using Documenter: DocMeta, doctest diff --git a/GeometryOpsCore/Project.toml b/GeometryOpsCore/Project.toml index 4922403ac..d197d63ff 100644 --- a/GeometryOpsCore/Project.toml +++ b/GeometryOpsCore/Project.toml @@ -1,7 +1,7 @@ name = "GeometryOpsCore" uuid = "05efe853-fabf-41c8-927e-7063c8b9f013" authors = ["Anshul Singhvi ", "Rafael Schouten ", "Skylar Gering ", "and contributors"] -version = "0.1.3" +version = "0.1.4" [deps] DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a" diff --git a/Project.toml b/Project.toml index de398abd3..4d967331a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeometryOps" uuid = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab" authors = ["Anshul Singhvi ", "Rafael Schouten ", "Skylar Gering ", "and contributors"] -version = "0.1.16" +version = "0.1.17" [deps] CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298" @@ -40,7 +40,7 @@ FlexiJoins = "0.1.30" GeoFormatTypes = "0.4" GeoInterface = "1.2" GeometryBasics = "0.4.7, 0.5" -GeometryOpsCore = "=0.1.3" +GeometryOpsCore = "=0.1.4" LibGEOS = "0.9.2" LinearAlgebra = "1" Proj = "1"