Skip to content

Commit

Permalink
bumpoed version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerspe committed Aug 3, 2020
1 parent 0fcc611 commit 901a372
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
23 changes: 1 addition & 22 deletions data/index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
<!DOCTYPE html>
<html class="no-js h-100" lang=en>

<head>
<meta charset=utf-8>
<meta http-equiv=X-UA-Compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<link rel=icon href=/favicon.ico>
<title>ESP-StepperMotor-Server 0.3.1</title>
<script>window.serverUIVersion = "0.3.1";</script>
<link href=/js/app.js.gz rel=preload as=script>
</head>

<body class=h-100><noscript><strong>We're sorry but esp-steppermotor-server-ui doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong></noscript>
<div class=container-fluid>
<div id=app class=row></div>
</div>
<script src=/js/app.js.gz></script>
</body>

</html>
<!DOCTYPE html><html class="no-js h-100" lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><link rel=icon href=/favicon.ico><title>ESP-StepperMotor-Server 0.3.2</title><script>window.serverUIVersion = "0.3.2";</script><link href=/js/app.js.gz rel=preload as=script></head><body class=h-100><noscript><strong>We're sorry but esp-steppermotor-server-ui doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div class=container-fluid><div id=app class=row></div></div><script src=/js/app.js.gz></script></body></html>
Binary file modified data/js/app.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esp-steppermotor-server-ui",
"version": "0.3.1",
"version": "0.3.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 901a372

Please sign in to comment.