Skip to content

Commit c2c6375

Browse files
committed
Update version to 0.8.3
1 parent 3bdc5aa commit c2c6375

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

client/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
var __WEBPAGE__ = 'https://atompm.github.io/',
88
__RELEASE_LOC__ = "https://api.github.com/repos/AToMPM/atompm/releases/latest",
99
__DOC_WEBPAGE__ = "https://msdl.uantwerpen.be/documentation/AToMPM/index.html",
10-
__VERSION__ = '0.8.2',
10+
__VERSION__ = '0.8.3',
1111
__DEFAULT_SAVEAS = '.autosave.model',
1212
__TITLE = 'AToMPM',
1313
__EXITWARNING = 'There are unsaved changes. Proceeding will cause'+

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.8.2'
29+
release = '0.8.3'
3030

3131

3232
# -- General configuration ---------------------------------------------------

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "atompm",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "A Tool for Multi-Paradigm Modelling",
5-
"license": "LGPL-3.0-only",
5+
"license": "LGPL-3.0",
66
"homepage": "https://atompm.github.io/",
77
"bugs": {
88
"url": "https://msdl.uantwerpen.be/git/simon/AToMPM/issues"

0 commit comments

Comments
 (0)