Skip to content

Commit

Permalink
Hotfix 0.9.9 (#50)
Browse files Browse the repository at this point in the history
* Fix urls to online documentation
  • Loading branch information
AndrewSazonov authored Nov 14, 2024
1 parent cff21cb commit ec1d04e
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion easyDiffractionApp/Gui/Globals/Configs.qml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ QtObject { // If "Unknown component. (M300) in QtCreator", try: "Tools > QML/JS
readonly property var projectConfig: QtObject {
readonly property var release: QtObject { // NEED FIX
readonly property string appName: 'EasyDiffraction'
readonly property string version: '0.9.8'
readonly property string version: '0.9.9'
readonly property string appIssuesUrl: 'https://github.com/easyscience/easydiffractionapp/issues'
readonly property string homePageUrl: 'https://easydiffraction.org'
readonly property string docsUrl: 'https://docs.easydiffraction.org/app/'
Expand Down
Loading

0 comments on commit ec1d04e

Please sign in to comment.