We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef253b commit 55ec07fCopy full SHA for 55ec07f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Boda-Lite",
3
- "version": "0.4.1",
+ "version": "0.4.2",
4
"description": "Boda-Lite is a telecommunication network management application",
5
"private": true,
6
"homepage": "./",
src/version.js
@@ -1,3 +1,3 @@
-export const VERSION = "0.4.1";
+export const VERSION = "0.4.2";
export default VERSION;
0 commit comments