Skip to content

Commit 738a901

Browse files
committed
fixed package json name | updated window title
1 parent d5228fc commit 738a901

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "Arduino Lab for MicroPython",
3-
"version": "0.3.0",
4-
"description": "Arduino Lab IDE for MicroPython",
2+
"name": "arduino_labl_micropython",
3+
"version": "0.3.1",
4+
"description": "Arduino Labs IDE for MicroPython",
55
"main": "index.js",
66
"scripts": {
77
"post-set-shell": "npm config set script-shell bash",

ui/arduino/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en" dir="ltr">
33
<head>
44
<meta charset="utf-8">
5-
<title>Arduino MicroPython Lab</title>
5+
<title>Arduino Lab for MicroPython</title>
66

77
<!-- Styles -->
88
<link rel="stylesheet" href="libs/xterm.css">

0 commit comments

Comments
 (0)