Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
GuxMartin committed Apr 6, 2021
1 parent d5c8337 commit 77756cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/iModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const {setGlobalsSettings, combinedSettings} = require('./settings');
const bgColors = require('./bgColors');


const _VERSION = '1.0.0-alpha.1';
const _VERSION = '4.0.0-alpha.1';
const _IMODAL_SELECTOR = '.modal.iModal';


Expand Down
2 changes: 1 addition & 1 deletion dist/iModal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guxmartin/imodal",
"version": "1.0.0-alpha.1",
"version": "4.0.0-alpha.1",
"description": "Dinamic and simple modal generator",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const {setGlobalsSettings, combinedSettings} = require('./settings');
const bgColors = require('./bgColors');


const _VERSION = '1.0.0-alpha.1';
const _VERSION = '4.0.0-alpha.1';
const _IMODAL_SELECTOR = '.modal.iModal';


Expand Down

0 comments on commit 77756cc

Please sign in to comment.