Explorar el Código

Update version to 0.8.3

bentleyjoakes hace 5 años
padre
commit
c2c6375047
Se han modificado 4 ficheros con 6 adiciones y 6 borrados
  1. 1 1
      client/constants.js
  2. 1 1
      doc/conf.py
  3. 2 2
      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://msdl.uantwerpen.be/documentation/AToMPM/index.html",
-    __VERSION__ = '0.8.2',
+    __VERSION__ = '0.8.3',
     __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.2'
+release = '0.8.3'
 
 
 # -- General configuration ---------------------------------------------------

+ 2 - 2
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "atompm",
-  "version": "0.8.2",
+  "version": "0.8.3",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
@@ -610,7 +610,7 @@
       "dependencies": {
         "pify": {
           "version": "2.3.0",
-          "resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+          "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
           "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
           "dev": true
         }

+ 2 - 2
package.json

@@ -1,8 +1,8 @@
 {
   "name": "atompm",
-  "version": "0.8.2",
+  "version": "0.8.3",
   "description": "A Tool for Multi-Paradigm Modelling",
-  "license": "LGPL-3.0-only",
+  "license": "LGPL-3.0",
   "homepage": "https://atompm.github.io/",
   "bugs": {
     "url": "https://msdl.uantwerpen.be/git/simon/AToMPM/issues"