Skip to content

Commit

Permalink
Merge pull request #1020 from AnonymousWP/bump-to-2.0.1
Browse files Browse the repository at this point in the history
fix(versioning): bump version number to 2.0.1
  • Loading branch information
yogeshojha authored Oct 25, 2023
2 parents 52b8bb6 + a623900 commit 133a8ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion web/dashboard/templates/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{% endblock custom_js_css_link %}

{% block breadcrumb_title %}
<span class="badge badge-soft-info">reNgine 2.0.0</span>
<span class="badge badge-soft-info">reNgine 2.0.1</span>
{% endblock breadcrumb_title %}

{% block main_content %}
Expand Down
8 changes: 4 additions & 4 deletions web/templates/base/_items/top_bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,18 +170,18 @@ <h6 class="text-overflow m-0">Welcome {{user.get_username}}!</h6>
<div class="logo-box">
<a href="{% url 'dashboardIndex' current_project.slug %}" class="logo logo-dark text-center">
<span class="logo-sm">
<h3 class="text-logo vertical-center">reNgine&nbsp;<small>2.0.0</small></h3>
<h3 class="text-logo vertical-center">reNgine&nbsp;<small>2.0.1</small></h3>
</span>
<span class="logo-lg">
<h3 class="text-logo vertical-center">reNgine&nbsp;<small>2.0.0</small></h3>
<h3 class="text-logo vertical-center">reNgine&nbsp;<small>2.0.1</small></h3>
</span>
</a>
<a href="{% url 'dashboardIndex' current_project.slug %}" class="logo logo-light text-center">
<span class="logo-sm">
<h3 class="text-sm-logo vertical-center">reNgine&nbsp;<small>2.0.0</small></h3>
<h3 class="text-sm-logo vertical-center">reNgine&nbsp;<small>2.0.1</small></h3>
</span>
<span class="logo-lg">
<h3 class="text-lg-logo vertical-center">reNgine&nbsp;<small>2.0.0</small></h3>
<h3 class="text-lg-logo vertical-center">reNgine&nbsp;<small>2.0.1</small></h3>
</span>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion web/templates/base/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</a>
</div>
<h3 class="">Login to reNgine</h3>
<p>Current release: v2.0.0</p>
<p>Current release: v2.0.1</p>
</div>
<div class="alert alert-primary" role="alert">
<a href="https://rengine.wiki" target="_blank">Learn how to create reNgine account.</a>
Expand Down

0 comments on commit 133a8ca

Please sign in to comment.