Skip to content

Commit

Permalink
Changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
susuhahnml committed May 2, 2024
1 parent b87afa3 commit 22f46fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions angular_frontend/src/assets/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"serverUrl":"http://localhost",
"serverPort":"8000"
"serverUrl": "http://localhost",
"serverPort": "8092"
}
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
author = "Susana Hahn, Alexander Beiser"

# The full version, including alpha/beta/rc tags
release = "1.0.7"
release = "1.0.8"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = clinguin
version = 1.0.7
version = 1.0.8
author = Alexander Beiser, Susana Hahn (Potassco)
author_email = alexl.id.at@gmail.com, hahnmartin@uni-potsdam.de
description = An interactive visualizer for clingo
Expand Down
2 changes: 1 addition & 1 deletion tests/reference_json_output/health.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Health:
def get_reference_json(cls):
json_dict = {
"name": "clinguin",
"version": "1.0.7",
"version": "1.0.8",
"description": "An interactive visualizer for clingo",
}

Expand Down

0 comments on commit 22f46fa

Please sign in to comment.