Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoXT committed Dec 8, 2023
1 parent 56123ec commit b1fd436
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.0.0'
release = 'v0.1.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.0.0",
"version": "0.1.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.0.0</p>
<p>Belle II Detector, v0.1.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.0.0</p>
<p>Belle II Event Display, v0.1.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
@@ -1,7 +1,7 @@
<div class="container">
<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.0.0</p>
<p class="lead">Welcome to the Belle II Event Display with Phoenix - v0.1.0</p>
</div>

<div class="row centered">
Expand Down

0 comments on commit b1fd436

Please sign in to comment.