Merge pull request #184 from aeternity/GH-181-prepare-4.1.0

Bump version to 4.1.0
This commit is contained in:
Hans Svensson 2019-11-26 09:02:56 +01:00 committed by GitHub
commit 6ca63e4b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
### Removed ### Removed
## [4.1.0-rc1] - 2019-11-25 ## [4.1.0] - 2019-11-26
### Added ### Added
- Support encoding and decoding bit fields in call arguments and results. - Support encoding and decoding bit fields in call arguments and results.
### Changed ### Changed

View File

@ -15,7 +15,7 @@
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]} {base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
]}. ]}.
{relx, [{release, {aesophia, "4.1.0-rc1"}, {relx, [{release, {aesophia, "4.1.0"},
[aesophia, aebytecode, getopt]}, [aesophia, aebytecode, getopt]},
{dev_mode, true}, {dev_mode, true},

View File

@ -1,6 +1,6 @@
{application, aesophia, {application, aesophia,
[{description, "Contract Language for aeternity"}, [{description, "Contract Language for aeternity"},
{vsn, "4.1.0-rc1"}, {vsn, "4.1.0"},
{registered, []}, {registered, []},
{applications, {applications,
[kernel, [kernel,