Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3kyro committed Dec 7, 2020
1 parent 9d5cc2c commit 644ca91
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased changes

## 0.2.1

- Add Readme.md to Windows installation
- Fix sample.csv typo
- Float inputs accept "-" as first letter
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/View.elm
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ renderLogoModule model =
, label = text "website"

}
, el [ Font.size 15 ] <| text "version : 0.2.0"
, el [ Font.size 15 ] <| text "version : 0.2.1"
, el [ Font.size 30 ] <| text "Modbus Client"
]

Expand Down
2 changes: 1 addition & 1 deletion install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Unicode True

!define VERSIONMAJOR 0
!define VERSIONMINOR 2
!define VERSIONPATCH 0
!define VERSIONPATCH 1

; The name of the installer
Name "Modbus Client"
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: modbus-client
version: 0.2.0.0
version: 0.2.1.0
github: "3kyro/modbus-client"
license: BSD3
author: "Kyriakos Papachrysanthou"
Expand Down

0 comments on commit 644ca91

Please sign in to comment.