Skip to content

Commit b7bf21b

Browse files
committed
version bump
1 parent 4d8cd09 commit b7bf21b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@
817817
<div class="row">
818818
<div class="col-8" id="blocklyArea">
819819
<div id="blocklyDiv"></div>
820-
<p id="codeVersion">v0.0.1</p>
820+
<p id="codeVersion">v0.0.2</p>
821821
</div>
822822
<div class="col-4">
823823
<div id="toggleOpen" class="toggleCode">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "XRP-Blockly",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "XRP Blockly",
55
"main": "app/electron/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)