Skip to content

Commit

Permalink
Update to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BentleyJOakes committed Jun 2, 2020
1 parent a2aaf5f commit a21704b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
var __WEBPAGE__ = 'https://atompm.github.io/',
__RELEASE_LOC__ = "https://api.github.com/repos/AToMPM/atompm/releases/latest",
__DOC_WEBPAGE__ = "https://msdl.uantwerpen.be/documentation/AToMPM/index.html",
__VERSION__ = '0.8.3',
__VERSION__ = '0.8.4',
__DEFAULT_SAVEAS = '.autosave.model',
__TITLE = 'AToMPM',
__EXITWARNING = 'There are unsaved changes. Proceeding will cause'+
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.8.3'
release = '0.8.4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atompm",
"version": "0.8.3",
"version": "0.8.4",
"description": "A Tool for Multi-Paradigm Modelling",
"license": "LGPL-3.0",
"homepage": "https://atompm.github.io/",
Expand Down
2 changes: 1 addition & 1 deletion packaging/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#6. Upload the package .zip to the release on GitHub
#7. Publish to npm repo

version="v0.8.2"
version="v0.8.4"

package_python3=true

Expand Down

0 comments on commit a21704b

Please sign in to comment.