We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014c747 commit dafc791Copy full SHA for dafc791
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@micrio/client-src",
3
- "version": "5.1.19",
+ "version": "5.1.20",
4
"description": "Micrio client image viewer source repository",
5
"main": "micrio.js",
6
"type": "module",
public/dist/package.json
"name": "@micrio/client",
"description": "Micrio Client image viewer",
"main": "micrio.min.js",
"types": "micrio.min.d.ts",
src/ts/version.ts
@@ -1 +1 @@
-export const VERSION = '5.1.19';
+export const VERSION = '5.1.20';
0 commit comments