Skip to content

Commit d796de7

Browse files
committed
for better versioning semantics
1 parent 9948f2f commit d796de7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "masterclass-uhh",
33
"type": "commonjs",
4-
"version": "v1.2.0-UHH",
4+
"version": "v2.0.0-UHH",
55
"description": "A browser-based event display for the CMS experiment at the LHC, adjusted for the Masterclass at University of Hamburg.",
66
"scripts": {
77
"build": "tsc -p tsconfig.json && webpack --config webpack.config.js --mode production",

ts/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export {
4141

4242
export const ispy: Ispy = {
4343
// Metadata and versioning
44-
version: "v1.2.0-UHH",
44+
version: "v2.0.0-UHH",
4545
event_list: [],
4646
ig_data: null,
4747
ievent: 0,

0 commit comments

Comments
 (0)