Skip to content

Commit

Permalink
Changed version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Neubauer committed Nov 2, 2022
1 parent 4da58c2 commit 605239d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/Screens/Settings/systemSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { userName, email } from '../../utils'
import '../../css/settings.css'

const API_ENDPOINT = window._env_.REACT_APP_API_ENDPOINT || 'http://localhost:5000'
const VERSION_NUMBER = '1.0.2'
const VERSION_NUMBER = '1.0.3'


class SystemSettings extends Component {
Expand Down

0 comments on commit 605239d

Please sign in to comment.