Skip to content

Commit

Permalink
0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Mar 1, 2024
1 parent d2098bf commit 2253822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ https://user-images.githubusercontent.com/34997667/160436698-9045ba0c-3fc8-45f9-
### get started

```typescript
import { EventType, WindowBuilder } from "jsr:@divy/[email protected].1";
import { EventType, WindowBuilder } from "jsr:@divy/[email protected]";

const window = new WindowBuilder("Hello, Deno!", 640, 480).build();
const canvas = window.canvas();
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@divy/sdl2",
"version": "0.10.2",
"version": "0.10.4",
"exports": "./mod.ts",
"lint": {
"rules": {
Expand Down

0 comments on commit 2253822

Please sign in to comment.