Skip to content

Commit 9ef01bb

Browse files
committed
Bump version to 0.4.1
1 parent 77983cb commit 9ef01bb

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.4.1] - 2020-12-27
10+
11+
### Changed
12+
13+
* Update to `mdAL` release [0.4.1](https://github.com/mdal-lang/mdal/releases/tag/v0.4.1)
14+
915
## [0.4.0] - 2020-12-16
1016

1117
### Changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ node {
1111
}
1212

1313
project.ext {
14-
mdalReleasesUrl = 'https://api.github.com/repos/mdal-lang/mdal/releases/tags/v0.4.0'
14+
mdalReleasesUrl = 'https://api.github.com/repos/mdal-lang/mdal/releases/tags/v0.4.1'
1515
}
1616

1717
import groovy.json.JsonSlurper
@@ -35,7 +35,7 @@ task copyApplication(dependsOn: downloadMdalRelease, type: Sync) {
3535
}
3636

3737
task copyApplicationLocal(type: Sync) {
38-
from zipTree(new File('../mdal/de.joneug.mdal.ide/build/distributions', 'de.joneug.mdal.ide-0.3.0.zip'))
38+
from zipTree(new File('../mdal/de.joneug.mdal.ide/build/distributions', 'de.joneug.mdal.ide-0.4.1.zip'))
3939
into 'mdal'
4040
}
4141

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"DSL"
1212
],
1313
"icon": "images/icon.png",
14-
"version": "0.4.0",
14+
"version": "0.4.1",
1515
"publisher": "joneug",
1616
"license": "Apache-2.0",
1717
"repository": {

0 commit comments

Comments
 (0)