Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joneug committed Dec 27, 2020
1 parent 77983cb commit 9ef01bb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.1] - 2020-12-27

### Changed

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

## [0.4.0] - 2020-12-16

### Changed
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0'
mdalReleasesUrl = 'https://api.github.com/repos/mdal-lang/mdal/releases/tags/v0.4.1'
}

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

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

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.4.0",
"version": "0.4.1",
"publisher": "joneug",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 9ef01bb

Please sign in to comment.