Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelLyra8 committed Jan 15, 2024
1 parent 2c1ecca commit c29f441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front_end/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rad-detectors",
"version": "1.2.4",
"version": "1.2.5",
"homepage": "https://rad-mon.lnls.br",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion front_end/src/assets/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { DDictStr, DictEnumStr, DictNum, DictStr } from "./interfaces/patterns"

// const git_version = GitInfo()
const version: string = "v1.2.4"//+git_version.commit.shortHash + " / " + git_version.commit.date;
const version: string = "v1.2.5"//+git_version.commit.shortHash + " / " + git_version.commit.date;

// Integrated dose limits parameters
const led_limits: DictNum = {
Expand Down

0 comments on commit c29f441

Please sign in to comment.