Skip to content

Commit

Permalink
Prepare 1.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Sep 16, 2022
1 parent 8dec1e5 commit efd124b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ import base64 from "@hexagon/base64";
JavaScript

```javascript
import base64 from "https://cdn.jsdelivr.net/gh/hexagon/base64@1/src/base64.js";
import base64 from "https://deno.land/x/b64@1.1.24/src/base64.js";

// ...
```

TypeScript

```typescript
import { base64 } from "https://cdn.jsdelivr.net/gh/hexagon/base64@1/src/base64.js";
import { base64 } from "https://deno.land/x/b64@1.1.24/src/base64.js";

// ...
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hexagon/base64",
"version": "1.1.23",
"version": "1.1.24",
"description": "Base64 and base64url to string or arraybuffer, and back. Node, Deno or browser.",
"author": "Hexagon <github.com/hexagon>",
"contributors": [{
Expand Down

0 comments on commit efd124b

Please sign in to comment.