Skip to content

Commit

Permalink
Merge pull request #2 from integer32llc/maint
Browse files Browse the repository at this point in the history
Update to Margo 0.1.2
  • Loading branch information
shepmaster authored May 16, 2024
2 parents f605ab0 + 0c194ae commit fab8dd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30972,7 +30972,7 @@ const $47c0212e00d0729c$export$d75c42239dd6bc1d = function createActionAuth2() {

const $60cd25693160ed07$var$owner = "integer32llc";
const $60cd25693160ed07$var$repo = "margo";
const $60cd25693160ed07$var$tag = "0.1.1";
const $60cd25693160ed07$var$tag = "0.1.2";
async function $60cd25693160ed07$var$downloadStaticRegistryTool() {
let authFn = $47c0212e00d0729c$export$d75c42239dd6bc1d();
let auth = await authFn();
Expand Down
2 changes: 1 addition & 1 deletion dist/main/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as authAction from "@octokit/auth-action";

const owner = "integer32llc";
const repo = "margo";
const tag = "0.1.1";
const tag = "0.1.2";

async function downloadStaticRegistryTool(): Promise<string> {
let authFn = authAction.createActionAuth();
Expand Down

0 comments on commit fab8dd3

Please sign in to comment.