Skip to content

Commit

Permalink
Bump version to 0.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwippermann committed Oct 29, 2015
1 parent 3624247 commit 75578b7
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -97,6 +97,12 @@ into your shell:

## Changelog

### Version 0.14.0 (2015-10-29)

- Improve configuration optimizers and their discovery
- Update VBus specification data


### Version 0.13.0 (2015-05-14)

- Add configuration optimizers for RESOL DeltaSol SLT
Expand Down
2 changes: 1 addition & 1 deletion examples/customizer/package.json
@@ -1,6 +1,6 @@
{
"name": "customizer",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/json-live-data-server/package.json
@@ -1,6 +1,6 @@
{
"name": "json-live-data-server",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vbustouch-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "vbustouch-proxy",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion nw-apps/logger/bower.json
@@ -1,6 +1,6 @@
{
"name": "resol-vbus-logger",
"version": "0.12.2",
"version": "0.14.0",
"dependencies": {
"jquery": "~1.10.2",
"lodash": "~2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion nw-apps/logger/package.json
@@ -1,6 +1,6 @@
{
"name": "resol-vbus-logger",
"version": "0.13.0",
"version": "0.14.0",
"dependencies": {
"sprintf": "~0.1.3",
"lodash": "~2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "resol-vbus",
"version": "0.13.0",
"version": "0.14.0",
"description": "A JavaScript library for processing RESOL VBus data",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tools/configuration-importer/package.json
@@ -1,6 +1,6 @@
{
"name": "configuration-importer",
"version": "0.13.0",
"version": "0.14.0",
"description": "RESOL XML Configuration Importer",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tools/specification-importer/package.json
@@ -1,6 +1,6 @@
{
"name": "specification-importer",
"version": "0.13.0",
"version": "0.14.0",
"description": "Imports RSC VBus specification XMLs",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 75578b7

Please sign in to comment.