Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Jun 11, 2024
1 parent eece4bd commit f235046
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ViperIDE.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ <h1>ViperIDE</h1>

<script>

const VIPER_IDE_VERSION = "0.1.8"
const VIPER_IDE_VERSION = "0.2.0"

function addCSS(css) { document.head.appendChild(document.createElement("style")).innerHTML = css }

Expand Down Expand Up @@ -1470,7 +1470,7 @@ <h1>ViperIDE</h1>

pkgList.insertAdjacentHTML('beforeend', `<div class="title-lines">viper-ide</div>`)
pkgList.insertAdjacentHTML('beforeend', `<div>
<span><i class="fa-solid fa-cube"></i> viper-repl</span>
<span><i class="fa-solid fa-cube"></i> viper-tools</span>
<span class="menu-action" onclick="installReplTools()">0.1.0 <i class="fa-regular fa-circle-down"></i></span>
</div>`)
pkgList.insertAdjacentHTML('beforeend', `<div class="title-lines">micropython-lib</div>`)
Expand Down Expand Up @@ -1540,7 +1540,7 @@ <h1>ViperIDE</h1>
}

async function installReplTools() {
await installPkg(null, "viper-repl", "latest", {
await installPkg(null, "viper-tools", "latest", {
v: 1,
version: "0.1.0",
urls: [
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ViperIDE",
"short_name": "ViperIDE",
"description": "MicroPython Web IDE",
"version": "0.1.8",
"version": "0.2.0",
"start_url": "index.html",
"background_color": "#272822",
"theme_color": "#272822",
Expand Down

0 comments on commit f235046

Please sign in to comment.