Skip to content

Commit 55613cb

Browse files
committed
Bump version: 0.2.0 → 0.3.0
1 parent 266d87f commit 55613cb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.3.0
33
commit = True
44
tag = False
55

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = 'Belle II Event Display with Phoenix'
1414
copyright = '2023, Hieu Le Cong Minh'
1515
author = 'Hieu Le Cong Minh'
16-
release = 'v0.2.0'
16+
release = 'v0.3.0'
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "display",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/app/detector/detector.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<app-phoenix-menu [rootNode]="phoenixMenuRoot"></app-phoenix-menu>
2222
<div class="info">
2323
<h5><b>Le Cong Minh Hieu, The Belle II Collaboration</b></h5>
24-
<p>Belle II Detector, v0.2.0</p>
24+
<p>Belle II Detector, v0.3.0</p>
2525
<p>GSoC 2023</p>
2626
</div>
2727
<a id="mainLogo" class="main-logo fixed-top p-2 mx-auto mt-2" routerLink="/">

src/app/event-display/event-display.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<app-phoenix-menu [rootNode]="phoenixMenuRoot"></app-phoenix-menu>
2323
<div class="info">
2424
<h5><b>Le Cong Minh Hieu, The Belle II Collaboration</b></h5>
25-
<p>Belle II Event Display, v0.2.0</p>
25+
<p>Belle II Event Display, v0.3.0</p>
2626
<p>GSoC 2023</p>
2727
</div>
2828
<a id="mainLogo" class="main-logo fixed-top p-2 mx-auto mt-2" routerLink="/">

src/app/home/home.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="pricing-header p-3 pt-md-5 pb-md-4 text-center">
33
<img src="assets/images/logo.png" class="logo mb-4" alt="" />
44
<p class="lead">
5-
Welcome to the Belle II Event Display with Phoenix - v0.2.0
5+
Welcome to the Belle II Event Display with Phoenix - v0.3.0
66
</p>
77
</div>
88

0 commit comments

Comments
 (0)