Skip to content

Commit

Permalink
Bump version number to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ceward committed Mar 8, 2023
1 parent 5b97211 commit f70e621
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 71 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# shellyplug-exporter (v1.4.1)
# shellyplug-exporter (v1.5.0)
![GitHub Workflow Status (main)](https://github.com/d1ceward/shellyplug-exporter/actions/workflows/main.yml/badge.svg?branch=master)
[![Docker Pulls](https://img.shields.io/docker/pulls/d1ceward/shellyplug-exporter.svg)](https://hub.docker.com/r/d1ceward/shellyplug-exporter)
[![GitHub issues](https://img.shields.io/github/issues/d1ceward/shellyplug-exporter)](https://github.com/d1ceward/shellyplug-exporter/issues)
Expand Down Expand Up @@ -53,7 +53,7 @@ services:
Download the executable file :
```shell
wget --no-verbose -O shellyplug-exporter https://github.com/d1ceward/shellyplug-exporter/releases/download/v1.4.1/shellyplug-exporter-linux-amd64
wget --no-verbose -O shellyplug-exporter https://github.com/d1ceward/shellyplug-exporter/releases/download/v1.5.0/shellyplug-exporter-linux-amd64
```

Modify the executable's permissions :
Expand Down
8 changes: 4 additions & 4 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 1.5.0">
<meta name="crystal_docs.project_version" content="1.4.1">
<meta name="generator" content="Crystal Docs 1.6.2">
<meta name="crystal_docs.project_version" content="1.5.0">
<meta name="crystal_docs.project_name" content="shellyplug-exporter">


Expand All @@ -13,7 +13,7 @@
<script type="text/javascript" src="js/doc.js"></script>

<meta name="repository-name" content="shellyplug-exporter">
<title>shellyplug-exporter 1.4.1</title>
<title>shellyplug-exporter 1.5.0</title>
<script type="text/javascript">
CrystalDocs.base_path = "";
</script>
Expand All @@ -39,7 +39,7 @@ <h1 class="project-name">
</h1>

<span class="project-version">
1.4.1
1.5.0
</span>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions docs/ShellyplugExporter.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 1.5.0">
<meta name="crystal_docs.project_version" content="1.4.1">
<meta name="generator" content="Crystal Docs 1.6.2">
<meta name="crystal_docs.project_version" content="1.5.0">
<meta name="crystal_docs.project_name" content="shellyplug-exporter">


Expand All @@ -13,7 +13,7 @@
<script type="text/javascript" src="js/doc.js"></script>

<meta name="repository-name" content="shellyplug-exporter">
<title>ShellyplugExporter - shellyplug-exporter 1.4.1</title>
<title>ShellyplugExporter - shellyplug-exporter 1.5.0</title>
<script type="text/javascript">
CrystalDocs.base_path = "";
</script>
Expand All @@ -39,7 +39,7 @@ <h1 class="project-name">
</h1>

<span class="project-version">
1.4.1
1.5.0
</span>
</div>
</div>
Expand Down Expand Up @@ -161,7 +161,7 @@ <h2>
<dl>

<dt class="entry-const" id="VERSION">
<strong>VERSION</strong> = <code><span class="s">&quot;1.4.1&quot;</span></code>
<strong>VERSION</strong> = <code><span class="s">&quot;1.5.0&quot;</span></code>
</dt>


Expand Down
24 changes: 12 additions & 12 deletions docs/ShellyplugExporter/CLI.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 1.5.0">
<meta name="crystal_docs.project_version" content="1.4.1">
<meta name="generator" content="Crystal Docs 1.6.2">
<meta name="crystal_docs.project_version" content="1.5.0">
<meta name="crystal_docs.project_name" content="shellyplug-exporter">


Expand All @@ -13,7 +13,7 @@
<script type="text/javascript" src="../js/doc.js"></script>

<meta name="repository-name" content="shellyplug-exporter">
<title>ShellyplugExporter::CLI - shellyplug-exporter 1.4.1</title>
<title>ShellyplugExporter::CLI - shellyplug-exporter 1.5.0</title>
<script type="text/javascript">
CrystalDocs.base_path = "../";
</script>
Expand All @@ -39,7 +39,7 @@ <h1 class="project-name">
</h1>

<span class="project-version">
1.4.1
1.5.0
</span>
</div>
</div>
Expand Down Expand Up @@ -174,12 +174,12 @@ <h2>
</li>

<li class="entry-summary">
<a href="#run_server%3ABool-instance-method" class="signature"><strong>#run_server</strong> : Bool</a>
<a href="#run_server%3D%28run_server%3ABool%29-instance-method" class="signature"><strong>#run_server=</strong>(run_server : Bool)</a>

</li>

<li class="entry-summary">
<a href="#run_server%3D%28run_server%3ABool%29-instance-method" class="signature"><strong>#run_server=</strong>(run_server : Bool)</a>
<a href="#run_server%3F%3ABool-instance-method" class="signature"><strong>#run_server?</strong> : Bool</a>

</li>

Expand Down Expand Up @@ -279,12 +279,12 @@ <h2>
</div>
</div>

<div class="entry-detail" id="run_server:Bool-instance-method">
<div class="entry-detail" id="run_server=(run_server:Bool)-instance-method">
<div class="signature">

def <strong>run_server</strong> : Bool
def <strong>run_server=</strong>(run_server : Bool)

<a class="method-permalink" href="#run_server%3ABool-instance-method">#</a>
<a class="method-permalink" href="#run_server%3D%28run_server%3ABool%29-instance-method">#</a>
</div>

<br/>
Expand All @@ -293,12 +293,12 @@ <h2>
</div>
</div>

<div class="entry-detail" id="run_server=(run_server:Bool)-instance-method">
<div class="entry-detail" id="run_server?:Bool-instance-method">
<div class="signature">

def <strong>run_server=</strong>(run_server : Bool)
def <strong>run_server?</strong> : Bool

<a class="method-permalink" href="#run_server%3D%28run_server%3ABool%29-instance-method">#</a>
<a class="method-permalink" href="#run_server%3F%3ABool-instance-method">#</a>
</div>

<br/>
Expand Down
56 changes: 28 additions & 28 deletions docs/ShellyplugExporter/Config.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 1.5.0">
<meta name="crystal_docs.project_version" content="1.4.1">
<meta name="generator" content="Crystal Docs 1.6.2">
<meta name="crystal_docs.project_version" content="1.5.0">
<meta name="crystal_docs.project_name" content="shellyplug-exporter">


Expand All @@ -13,7 +13,7 @@
<script type="text/javascript" src="../js/doc.js"></script>

<meta name="repository-name" content="shellyplug-exporter">
<title>ShellyplugExporter::Config - shellyplug-exporter 1.4.1</title>
<title>ShellyplugExporter::Config - shellyplug-exporter 1.5.0</title>
<script type="text/javascript">
CrystalDocs.base_path = "../";
</script>
Expand All @@ -39,7 +39,7 @@ <h1 class="project-name">
</h1>

<span class="project-version">
1.4.1
1.5.0
</span>
</div>
</div>
Expand Down Expand Up @@ -194,42 +194,42 @@ <h2>
</li>

<li class="entry-summary">
<a href="#last_request_succeded%3ABool%3F-instance-method" class="signature"><strong>#last_request_succeded</strong> : Bool?</a>
<a href="#last_request_succeded%3ABool%7CNil-instance-method" class="signature"><strong>#last_request_succeded</strong> : Bool | Nil</a>

<div class="summary"><p>Boolean representing if last request of the plug was successful.</p></div>

</li>

<li class="entry-summary">
<a href="#last_request_succeded%3D%28last_request_succeded%3ABool%3F%29-instance-method" class="signature"><strong>#last_request_succeded=</strong>(last_request_succeded : Bool?)</a>
<a href="#last_request_succeded%3D%28last_request_succeded%3ABool%7CNil%29-instance-method" class="signature"><strong>#last_request_succeded=</strong>(last_request_succeded : Bool | Nil)</a>

<div class="summary"><p>Boolean representing if last request of the plug was successful.</p></div>

</li>

<li class="entry-summary">
<a href="#plug_auth_password%3AString%3F-instance-method" class="signature"><strong>#plug_auth_password</strong> : String?</a>
<a href="#plug_auth_password%3AString%7CNil-instance-method" class="signature"><strong>#plug_auth_password</strong> : String | Nil</a>

<div class="summary"><p>Password for authentication of the plug (can be configured in the plug).</p></div>

</li>

<li class="entry-summary">
<a href="#plug_auth_password%3D%28plug_auth_password%3AString%3F%29-instance-method" class="signature"><strong>#plug_auth_password=</strong>(plug_auth_password : String?)</a>
<a href="#plug_auth_password%3D%28plug_auth_password%3AString%7CNil%29-instance-method" class="signature"><strong>#plug_auth_password=</strong>(plug_auth_password : String | Nil)</a>

<div class="summary"><p>Password for authentication of the plug (can be configured in the plug).</p></div>

</li>

<li class="entry-summary">
<a href="#plug_auth_username%3AString%3F-instance-method" class="signature"><strong>#plug_auth_username</strong> : String?</a>
<a href="#plug_auth_username%3AString%7CNil-instance-method" class="signature"><strong>#plug_auth_username</strong> : String | Nil</a>

<div class="summary"><p>Username for authentication of the plug (can be configured in the plug).</p></div>

</li>

<li class="entry-summary">
<a href="#plug_auth_username%3D%28plug_auth_username%3AString%3F%29-instance-method" class="signature"><strong>#plug_auth_username=</strong>(plug_auth_username : String?)</a>
<a href="#plug_auth_username%3D%28plug_auth_username%3AString%7CNil%29-instance-method" class="signature"><strong>#plug_auth_username=</strong>(plug_auth_username : String | Nil)</a>

<div class="summary"><p>Username for authentication of the plug (can be configured in the plug).</p></div>

Expand Down Expand Up @@ -374,12 +374,12 @@ <h2>
</div>
</div>

<div class="entry-detail" id="last_request_succeded:Bool?-instance-method">
<div class="entry-detail" id="last_request_succeded:Bool|Nil-instance-method">
<div class="signature">

def <strong>last_request_succeded</strong> : Bool?
def <strong>last_request_succeded</strong> : Bool | Nil

<a class="method-permalink" href="#last_request_succeded%3ABool%3F-instance-method">#</a>
<a class="method-permalink" href="#last_request_succeded%3ABool%7CNil-instance-method">#</a>
</div>

<div class="doc">
Expand All @@ -393,12 +393,12 @@ <h2>
</div>
</div>

<div class="entry-detail" id="last_request_succeded=(last_request_succeded:Bool?)-instance-method">
<div class="entry-detail" id="last_request_succeded=(last_request_succeded:Bool|Nil)-instance-method">
<div class="signature">

def <strong>last_request_succeded=</strong>(last_request_succeded : Bool?)
def <strong>last_request_succeded=</strong>(last_request_succeded : Bool | Nil)

<a class="method-permalink" href="#last_request_succeded%3D%28last_request_succeded%3ABool%3F%29-instance-method">#</a>
<a class="method-permalink" href="#last_request_succeded%3D%28last_request_succeded%3ABool%7CNil%29-instance-method">#</a>
</div>

<div class="doc">
Expand All @@ -412,12 +412,12 @@ <h2>
</div>
</div>

<div class="entry-detail" id="plug_auth_password:String?-instance-method">
<div class="entry-detail" id="plug_auth_password:String|Nil-instance-method">
<div class="signature">

def <strong>plug_auth_password</strong> : String?
def <strong>plug_auth_password</strong> : String | Nil

<a class="method-permalink" href="#plug_auth_password%3AString%3F-instance-method">#</a>
<a class="method-permalink" href="#plug_auth_password%3AString%7CNil-instance-method">#</a>
</div>

<div class="doc">
Expand All @@ -431,12 +431,12 @@ <h2>
</div>
</div>

<div class="entry-detail" id="plug_auth_password=(plug_auth_password:String?)-instance-method">
<div class="entry-detail" id="plug_auth_password=(plug_auth_password:String|Nil)-instance-method">
<div class="signature">

def <strong>plug_auth_password=</strong>(plug_auth_password : String?)
def <strong>plug_auth_password=</strong>(plug_auth_password : String | Nil)

<a class="method-permalink" href="#plug_auth_password%3D%28plug_auth_password%3AString%3F%29-instance-method">#</a>
<a class="method-permalink" href="#plug_auth_password%3D%28plug_auth_password%3AString%7CNil%29-instance-method">#</a>
</div>

<div class="doc">
Expand All @@ -450,12 +450,12 @@ <h2>
</div>
</div>

<div class="entry-detail" id="plug_auth_username:String?-instance-method">
<div class="entry-detail" id="plug_auth_username:String|Nil-instance-method">
<div class="signature">

def <strong>plug_auth_username</strong> : String?
def <strong>plug_auth_username</strong> : String | Nil

<a class="method-permalink" href="#plug_auth_username%3AString%3F-instance-method">#</a>
<a class="method-permalink" href="#plug_auth_username%3AString%7CNil-instance-method">#</a>
</div>

<div class="doc">
Expand All @@ -469,12 +469,12 @@ <h2>
</div>
</div>

<div class="entry-detail" id="plug_auth_username=(plug_auth_username:String?)-instance-method">
<div class="entry-detail" id="plug_auth_username=(plug_auth_username:String|Nil)-instance-method">
<div class="signature">

def <strong>plug_auth_username=</strong>(plug_auth_username : String?)
def <strong>plug_auth_username=</strong>(plug_auth_username : String | Nil)

<a class="method-permalink" href="#plug_auth_username%3D%28plug_auth_username%3AString%3F%29-instance-method">#</a>
<a class="method-permalink" href="#plug_auth_username%3D%28plug_auth_username%3AString%7CNil%29-instance-method">#</a>
</div>

<div class="doc">
Expand Down
8 changes: 4 additions & 4 deletions docs/ShellyplugExporter/Plug.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 1.5.0">
<meta name="crystal_docs.project_version" content="1.4.1">
<meta name="generator" content="Crystal Docs 1.6.2">
<meta name="crystal_docs.project_version" content="1.5.0">
<meta name="crystal_docs.project_name" content="shellyplug-exporter">


Expand All @@ -13,7 +13,7 @@
<script type="text/javascript" src="../js/doc.js"></script>

<meta name="repository-name" content="shellyplug-exporter">
<title>ShellyplugExporter::Plug - shellyplug-exporter 1.4.1</title>
<title>ShellyplugExporter::Plug - shellyplug-exporter 1.5.0</title>
<script type="text/javascript">
CrystalDocs.base_path = "../";
</script>
Expand All @@ -39,7 +39,7 @@ <h1 class="project-name">
</h1>

<span class="project-version">
1.4.1
1.5.0
</span>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/ShellyplugExporter/Server.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 1.5.0">
<meta name="crystal_docs.project_version" content="1.4.1">
<meta name="generator" content="Crystal Docs 1.6.2">
<meta name="crystal_docs.project_version" content="1.5.0">
<meta name="crystal_docs.project_name" content="shellyplug-exporter">


Expand All @@ -13,7 +13,7 @@
<script type="text/javascript" src="../js/doc.js"></script>

<meta name="repository-name" content="shellyplug-exporter">
<title>ShellyplugExporter::Server - shellyplug-exporter 1.4.1</title>
<title>ShellyplugExporter::Server - shellyplug-exporter 1.5.0</title>
<script type="text/javascript">
CrystalDocs.base_path = "../";
</script>
Expand All @@ -39,7 +39,7 @@ <h1 class="project-name">
</h1>

<span class="project-version">
1.4.1
1.5.0
</span>
</div>
</div>
Expand Down
Loading

0 comments on commit f70e621

Please sign in to comment.