Skip to content

Commit b1fd436

Browse files
committed
Bump version: 0.0.0 → 0.1.0
1 parent 56123ec commit b1fd436

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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.0.0'
16+
release = 'v0.1.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.0.0",
3+
"version": "0.1.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.0.0</p>
24+
<p>Belle II Detector, v0.1.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.0.0</p>
25+
<p>Belle II Event Display, v0.1.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
@@ -1,7 +1,7 @@
11
<div class="container">
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="" />
4-
<p class="lead">Welcome to the Belle II Event Display with Phoenix - v0.0.0</p>
4+
<p class="lead">Welcome to the Belle II Event Display with Phoenix - v0.1.0</p>
55
</div>
66

77
<div class="row centered">

0 commit comments

Comments
 (0)