Skip to content

Commit

Permalink
chore(release): bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfiszr committed Jan 6, 2025
1 parent 9fdda15 commit 9a4cca9
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 @@ -20,7 +20,7 @@ This library can be imported using the `jsr` import specifier and relies on the
### Importing the library in Deno

```typescript
import { readExcel, writeExcel } from "jsr:@jackfiszr/pl2xl@0.0.7";
import { readExcel, writeExcel } from "jsr:@jackfiszr/pl2xl@0.0.8";
import pl from "npm:nodejs-polars";
```

Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jackfiszr/pl2xl",
"version": "0.0.7",
"version": "0.0.8",
"exports": "./mod.ts",
"tasks": {
"dev": "deno run --watch main.ts"
Expand Down

0 comments on commit 9a4cca9

Please sign in to comment.