Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Sep 12, 2021
1 parent dc28c4a commit e5ae7ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/quickstart/deno_javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
2. Create your `app.js` file.

```javascript
import { accio } from "https://unpkg.com/@drashland/accio@1.1.0/lib/esm/accio.js";
import { accio } from "https://unpkg.com/@drashland/accio@1.1.1/lib/esm/accio.js";
const decoder = new TextDecoder();

const data = decoder.decode(Deno.readFileSync("./data.json"));
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/deno_typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
2. Create your `app.ts` file.

```typescript
import { accio } from "https://unpkg.com/@drashland/accio@1.1.0/lib/deno/accio.ts";
import { accio } from "https://unpkg.com/@drashland/accio@1.1.1/lib/deno/accio.ts";
const decoder = new TextDecoder();

const data = decoder.decode(Deno.readFileSync("./data.json"));
Expand Down

0 comments on commit e5ae7ea

Please # to comment.