Skip to content

Commit ce1edaf

Browse files
committed
Update to v2.1.3
1 parent 807d666 commit ce1edaf

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

inter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Interjs
3-
* Version - 2.1.2
3+
* Version - 2.1.3
44
* MIT LICENSED BY - Denis Power
55
* Repo - https://github.com/interjs/inter
66
* 2021-2023
@@ -3288,5 +3288,5 @@
32883288
window.template = template;
32893289
window.toAttrs = toAttrs;
32903290
window.Backend = Backend;
3291-
console.log("The global version 2.1.2 of Inter was loaded successfully.");
3291+
console.log("The global version 2.1.3 of Inter was loaded successfully.");
32923292
})();

inter.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inter",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "The javascript framework to build highly interactive front-end web applications.",
55
"author": "Denis Power",
66
"license": "MIT",

0 commit comments

Comments
 (0)