Skip to content

Commit e2d0b37

Browse files
committed
version 3.1.2
1 parent 74bcc7e commit e2d0b37

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-hamburg",
33
"type": "module",
4-
"version": "v3.1.1-HH",
4+
"version": "v3.1.2-HH",
55
"description": "A browser-based event display for the CMS experiment at the LHC, adjusted for the Masterclass in 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
@@ -44,7 +44,7 @@ export {
4444

4545
export const ispy: Ispy = {
4646
// Metadata and versioning
47-
version: "v3.1.1-HH",
47+
version: "v3.1.2-HH",
4848
lang: "en",
4949
event_list: [],
5050
ig_data: null,

0 commit comments

Comments
 (0)