Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoXT committed Apr 15, 2024
1 parent 266d87f commit 55613cb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = 'Belle II Event Display with Phoenix'
copyright = '2023, Hieu Le Cong Minh'
author = 'Hieu Le Cong Minh'
release = 'v0.2.0'
release = 'v0.3.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "display",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion src/app/detector/detector.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<app-phoenix-menu [rootNode]="phoenixMenuRoot"></app-phoenix-menu>
<div class="info">
<h5><b>Le Cong Minh Hieu, The Belle II Collaboration</b></h5>
<p>Belle II Detector, v0.2.0</p>
<p>Belle II Detector, v0.3.0</p>
<p>GSoC 2023</p>
</div>
<a id="mainLogo" class="main-logo fixed-top p-2 mx-auto mt-2" routerLink="/">
Expand Down
2 changes: 1 addition & 1 deletion src/app/event-display/event-display.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<app-phoenix-menu [rootNode]="phoenixMenuRoot"></app-phoenix-menu>
<div class="info">
<h5><b>Le Cong Minh Hieu, The Belle II Collaboration</b></h5>
<p>Belle II Event Display, v0.2.0</p>
<p>Belle II Event Display, v0.3.0</p>
<p>GSoC 2023</p>
</div>
<a id="mainLogo" class="main-logo fixed-top p-2 mx-auto mt-2" routerLink="/">
Expand Down
2 changes: 1 addition & 1 deletion src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="pricing-header p-3 pt-md-5 pb-md-4 text-center">
<img src="assets/images/logo.png" class="logo mb-4" alt="" />
<p class="lead">
Welcome to the Belle II Event Display with Phoenix - v0.2.0
Welcome to the Belle II Event Display with Phoenix - v0.3.0
</p>
</div>

Expand Down

0 comments on commit 55613cb

Please sign in to comment.