Skip to content

Commit

Permalink
Bump 0.4.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Nov 9, 2022
1 parent 30be573 commit f88371d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions js/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import $ from 'jquery';
import 'bootstrap';
import DataTable from 'datatables.net-bs5';
import Buttons from 'datatables.net-buttons-bs5';
import Select from 'datatables.net-select-bs5';
import DataTable from 'datatables.net';
import Buttons from 'datatables.net-buttons';
import Select from 'datatables.net-select';
import './dataTables.buttons.js';
import './dataTables.renderers.js';

Expand Down
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

version=0.3.0
version=0.4.0

echo "Publishing version $version"

Expand Down

0 comments on commit f88371d

Please sign in to comment.