Skip to content

Commit

Permalink
Mark v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruxelles committed Jun 5, 2024
1 parent c4d85a4 commit acad8a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "si18n.js",
"version": "1.4.3",
"version": "1.4.4",
"description": "A simple and lightweight way to integrate internationalization on a small web site project.",
"main": "./si18n.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions src/si18n.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @license si18n.js - v1.4.3
* @license si18n.js - v1.4.4
* Copyright (c) José dBruxelles <jd.bruxelles.dev/c>.
*
* This source code is licensed under the MIT license found in the
Expand All @@ -9,7 +9,7 @@
* Make translation management easier and more efficient.
*/
export default class Si18n {
static version = "1.4.3";
static version = "1.4.4";
#noop() {} // Empty function to avoid undefined paramaters.
#isInitialized = false;
#options = {
Expand Down

0 comments on commit acad8a7

Please sign in to comment.