Skip to content

Commit

Permalink
Merge pull request #1 from integer32llc/maint
Browse files Browse the repository at this point in the history
Update to Margo 0.1.1
  • Loading branch information
shepmaster committed May 15, 2024
2 parents ae99fb0 + 0b08102 commit f605ab0
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.0";
const $60cd25693160ed07$var$tag = "0.1.1";
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.0";
const tag = "0.1.1";

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

0 comments on commit f605ab0

Please sign in to comment.