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
joneug committed Jul 23, 2020
1 parent 2a5b664 commit 3b42d21
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.2.1] - 2020-07-23

### Added

* Icon

### Changed

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


### Fixes

* Content Assist issues

## [0.2.0] - 2020-07-17

### Added
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.2.0'
mdalReleasesUrl = 'https://api.github.com/repos/mdal-lang/mdal/releases/tags/v0.2.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.1.0.zip'))
from zipTree(new File('../mdal/de.joneug.mdal.ide/build/distributions', 'de.joneug.mdal.ide-0.2.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 @@ -12,7 +12,7 @@
],
"icon": "images/icon.png",
"preview": true,
"version": "0.2.0",
"version": "0.2.1",
"publisher": "joneug",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 3b42d21

Please sign in to comment.