Skip to content

Commit

Permalink
update: prepare 2.41.6
Browse files Browse the repository at this point in the history
  • Loading branch information
doranteseduardo committed Jun 9, 2024
1 parent 2d97873 commit c8eefb7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/Utilities/ViroVersion.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VIRO_VERSION = "2.41.5";
export const VIRO_VERSION = "2.41.6";
2 changes: 1 addition & 1 deletion dist/components/Utilities/ViroVersion.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const VIRO_VERSION = "2.41.5";
export declare const VIRO_VERSION = "2.41.6";
2 changes: 1 addition & 1 deletion dist/components/Utilities/ViroVersion.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VIRO_VERSION = void 0;
exports.VIRO_VERSION = "2.41.5";
exports.VIRO_VERSION = "2.41.6";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"version": "2.41.5",
"version": "2.41.6",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit c8eefb7

Please sign in to comment.