diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 61ae398..cb8804e 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -12,7 +12,7 @@ jobs: actions: write contents: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/add-julia-registry@v2 with: key: ${{ secrets.SSH_PRIVATE_KEY }} diff --git a/.github/workflows/Coverage.yml b/.github/workflows/Coverage.yml index 9676fc4..fe10ade 100644 --- a/.github/workflows/Coverage.yml +++ b/.github/workflows/Coverage.yml @@ -31,7 +31,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/add-julia-registry@v2 with: key: ${{ secrets.SSH_PRIVATE_KEY }} diff --git a/.github/workflows/DocPreviewCleanup.yml b/.github/workflows/DocPreviewCleanup.yml index f8a1e52..807b2d3 100644 --- a/.github/workflows/DocPreviewCleanup.yml +++ b/.github/workflows/DocPreviewCleanup.yml @@ -16,7 +16,7 @@ jobs: contents: write steps: - name: Checkout gh-pages branch - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: gh-pages - name: Delete preview and history + push changes diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 13fbf24..a94c4ee 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -15,7 +15,7 @@ jobs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/add-julia-registry@v2 with: key: ${{ secrets.SSH_PRIVATE_KEY }} diff --git a/.github/workflows/Registry.yml b/.github/workflows/Registry.yml index 1ae0607..5549600 100644 --- a/.github/workflows/Registry.yml +++ b/.github/workflows/Registry.yml @@ -14,7 +14,7 @@ jobs: actions: write contents: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/add-julia-registry@v2 with: key: ${{ secrets.SSH_PRIVATE_KEY }} diff --git a/Project.toml b/Project.toml index 4bc8d7e..71e2ac8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "LibTDJSON" uuid = "87e4e5f2-490d-427d-a2c1-b52f3fd3e296" -version = "0.1.0" +version = "0.1.1" [deps] TDLib_jll = "6cfef11d-eb86-5696-bb50-1df673c3ffa1" diff --git a/README.md b/README.md index bdc2165..a89c665 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Wrapper for TDLib’s C JSON [interface](https://core.telegram.org/tdlib/docs/td If you haven't installed our [local registry](https://github.com/bhftbootcamp/Green) yet, do that first: ``` -] registry add https://github.com//Green.git +] registry add https://github.com/bhftbootcamp/Green.git ``` To install LibTDJSON, simply use the Julia package manager: