Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joneug committed Sep 21, 2020
1 parent 41b67ac commit 44c7d3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2020-09-21

### Fixes

* Symbol references parsing issues (#15)

## [0.3.0] - 2020-08-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ subprojects {
apply plugin: 'eclipse'

group = 'de.joneug.mdal'
version = '0.3.0'
version = '0.3.1'

sourceCompatibility = '8'
targetCompatibility = '8'
Expand Down

0 comments on commit 44c7d3a

Please sign in to comment.