Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaister committed Mar 2, 2023
1 parent f613600 commit 6811cfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/excellentexport.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "excellentexport",
"version": "3.8.1",
"version": "3.9.0",
"description": "Client side JavaScript export to Excel or CSV",
"license": "MIT",
"homepage": "http://jordiburgos.com",
Expand Down
2 changes: 1 addition & 1 deletion src/excellentexport.ts
Expand Up @@ -44,7 +44,7 @@ export interface SheetOptions {

const ExcellentExport = function() {

const version = "3.8.1";
const version = "3.9.0";

/*
ExcellentExport.convert(options, sheets);
Expand Down

0 comments on commit 6811cfe

Please sign in to comment.