Skip to content

Instantly share code, notes, and snippets.

@smallstepman
Last active January 11, 2023 12:10
Show Gist options
  • Save smallstepman/22db1e1230fe0c8ecd38bf8830d2de6c to your computer and use it in GitHub Desktop.
Save smallstepman/22db1e1230fe0c8ecd38bf8830d2de6c to your computer and use it in GitHub Desktop.

Revisions

  1. Marcin Nowak-Liebiediew revised this gist Jan 11, 2023. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions extensions-manifest.json
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,10 @@
    {
    "0.12.x": {
    "0.12": {
    "sns": {
    "downloadUrl": "https://github.com/foo/bar"
    }
    },
    "0.13.x": {
    "0.13": {
    "sns": {
    "downloadUrl": "https://github.com/foo/bar"
    },
  2. Marcin Nowak-Liebiediew created this gist Jan 10, 2023.
    15 changes: 15 additions & 0 deletions extensions-manifest.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    {
    "0.12.x": {
    "sns": {
    "downloadUrl": "https://github.com/foo/bar"
    }
    },
    "0.13.x": {
    "sns": {
    "downloadUrl": "https://github.com/foo/bar"
    },
    "azle": {
    "downloadUrl": "https://blah"
    }
    }
    }