Browse Source

Update version to 0.8.5.

Bentley James Oakes 5 years ago
parent
commit
23a411ca7b
3 changed files with 3 additions and 3 deletions
  1. 1 1
      client/constants.js
  2. 1 1
      doc/conf.py
  3. 1 1
      package.json

+ 1 - 1
client/constants.js

@@ -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.4',
+    __VERSION__ = '0.8.5',
     __DEFAULT_SAVEAS		 	= '.autosave.model',
 	 __TITLE						= 'AToMPM',
 	 __EXITWARNING				= 'There are unsaved changes. Proceeding will cause'+

+ 1 - 1
doc/conf.py

@@ -26,7 +26,7 @@ author = 'The AToMPM Team'
 # The short X.Y version
 version = ''
 # The full version, including alpha/beta/rc tags
-release = '0.8.4'
+release = '0.8.5'
 
 
 # -- General configuration ---------------------------------------------------

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "atompm",
-  "version": "0.8.4",
+  "version": "0.8.5",
   "description": "A Tool for Multi-Paradigm Modelling",
   "license": "LGPL-3.0",
   "homepage": "https://atompm.github.io/",