Ver código fonte

Change version number for release v0.8.1

Bentley James Oakes 7 anos atrás
pai
commit
28c4494f3e
4 arquivos alterados com 1640 adições e 4 exclusões
  1. 1 1
      client/constants.js
  2. 1 1
      doc/conf.py
  3. 1636 0
      package-lock.json
  4. 2 2
      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://atompm.readthedocs.io",
-    __VERSION__ = '0.8.0',
+    __VERSION__ = '0.8.1',
     __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.0'
+release = '0.8.1'
 
 
 # -- General configuration ---------------------------------------------------

Diferenças do arquivo suprimidas por serem muito extensas
+ 1636 - 0
package-lock.json


+ 2 - 2
package.json

@@ -1,8 +1,8 @@
 {
   "name": "atompm",
-  "version": "0.8.0",
+  "version": "0.8.1",
   "description": "A Tool for Multi-Paradigm Modelling",
-  "license" : "LGPL-3.0-only",
+  "license": "LGPL-3.0-only",
   "homepage": "https://atompm.github.io/",
   "bugs": {
     "url": "https://github.com/AToMPM/atompm/issues"