Skip to content

Commit

Permalink
update: internal version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
doranteseduardo committed Jun 8, 2024
1 parent 9e5ed6c commit 62bb602
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4";
export const VIRO_VERSION = "2.41.5";
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.4";
export declare const VIRO_VERSION = "2.41.5";
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.4";
exports.VIRO_VERSION = "2.41.5";

0 comments on commit 62bb602

Please sign in to comment.