We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20fbda commit 54dd8b1Copy full SHA for 54dd8b1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@micrio/client-src",
3
- "version": "5.1.35",
+ "version": "5.1.36",
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.35';
+export const VERSION = '5.1.36';
0 commit comments