Skip to content

Commit

Permalink
Merge pull request #24 from lnls-sirius/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
RafaelLyra8 authored Aug 30, 2023
2 parents 173f946 + e39f17b commit ae69dd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:

frontend:
container_name: 'rad-det'
image: 'ghcr.io/lnls-sirius/rad-det-frontend:1.2.3'
image: 'ghcr.io/lnls-sirius/rad-det-frontend:1.2.4'
build:
context: ./front_end
ports:
Expand Down
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.2",
"version": "1.2.4",
"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.1"//+git_version.commit.shortHash + " / " + git_version.commit.date;
const version: string = "v1.2.4"//+git_version.commit.shortHash + " / " + git_version.commit.date;

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

0 comments on commit ae69dd7

Please sign in to comment.