Skip to content

Commit dafc791

Browse files
committed
v5.1.19 -> v5.1.20
1 parent 014c747 commit dafc791

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micrio/client-src",
3-
"version": "5.1.19",
3+
"version": "5.1.20",
44
"description": "Micrio client image viewer source repository",
55
"main": "micrio.js",
66
"type": "module",

public/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micrio/client",
3-
"version": "5.1.19",
3+
"version": "5.1.20",
44
"description": "Micrio Client image viewer",
55
"main": "micrio.min.js",
66
"types": "micrio.min.d.ts",

src/ts/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '5.1.19';
1+
export const VERSION = '5.1.20';

0 commit comments

Comments
 (0)