Skip to content

Commit

Permalink
Release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mantkiew committed Sep 19, 2016
1 parent 3989069 commit 57d19aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,7 +1,7 @@
ClaferConfigurator
==================

##### v0.4.3
##### v0.4.4

An interactive, web-based, configurator for models expressed in [Clafer](http://clafer.org).
The configurator provides a novel approach to configuration (model instantiation), whereby the configurer works with multiple correct configurations at the same time instead of working with a single configuration, making configuration steps, and resolving configuration conflicts.
Expand Down Expand Up @@ -42,7 +42,7 @@ Contributors
### Dependencies for running

* [Java Platform (JDK)](http://www.oracle.com/technetwork/java/javase/downloads/index.html) v8+
* [Clafer](https://github.com/gsdlab/clafer) v0.4.3
* [Clafer](https://github.com/gsdlab/clafer) v0.4.4
* can be from the binary distribution
* [Node.js Framework](http://nodejs.org/download/), v4.2.3 LTS
* [Redis Server](https://launchpad.net/~chris-lea/+archive/ubuntu/redis-server), v2:2.*
Expand Down Expand Up @@ -92,11 +92,11 @@ See [Installing Backends](https://github.com/gsdlab/ClaferToolsUICommonPlatform#

`clafer --version`

> `Clafer v0.4.3`
> `Clafer v0.4.4`
`java -version`

> `java version 1.8.0_66`
> `java version 1.8.0_102`
`node -v`

Expand Down
4 changes: 2 additions & 2 deletions Server/package.json
@@ -1,8 +1,8 @@
{
"name": "ClaferConfigurator",
"description": "A web-based GUI for configuring Clafer models",
"version": "0.4.3",
"release_date": "2015-12-22",
"version": "0.4.4",
"release_date": "2016-09-19",
"private": true,
"dependencies": {
"express": "3.20.1",
Expand Down

0 comments on commit 57d19aa

Please sign in to comment.