Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Nov 18, 2023
1 parent d416c15 commit 5a606f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ego-upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
} from "https://deno.land/x/deno_dom@v0.1.43/deno-dom-wasm.ts";
import { wrapFetch } from "https://deno.land/x/another_cookiejar@v5.0.3/mod.ts";

const VERSION = "1.0.0";
const VERSION = "1.1.0";

// Wrap fetch with a global cookie JAR, for dead simple authentication.
const fetch = wrapFetch();
Expand Down

0 comments on commit 5a606f1

Please sign in to comment.