Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joneug committed Dec 16, 2020
1 parent 909c41c commit 77983cb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.4.0] - 2020-12-16

### Changed

* Update to `mdAL` release [0.4.0](https://github.com/mdal-lang/mdal/releases/tag/v0.4.0)

## [0.3.2] - 2020-11-15

### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ node {
}

project.ext {
mdalReleasesUrl = 'https://api.github.com/repos/mdal-lang/mdal/releases/tags/v0.3.1'
mdalReleasesUrl = 'https://api.github.com/repos/mdal-lang/mdal/releases/tags/v0.4.0'
}

import groovy.json.JsonSlurper
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"DSL"
],
"icon": "images/icon.png",
"version": "0.3.2",
"version": "0.4.0",
"publisher": "joneug",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 77983cb

Please sign in to comment.