Skip to content

Commit

Permalink
Bumped to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Apr 7, 2022
1 parent b95fc98 commit 2a5626d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ All notable changes to this project will be documented here. The format is based

- (entries will be populated here)

## [0.1.4] - 2022/04/07

- Fixed crash when renaming components

## [0.1.3] - 2022/04/05

- A simulation can now be loaded from an STO file:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(osc VERSION 0.1.3 LANGUAGES C CXX)
project(osc VERSION 0.1.4 LANGUAGES C CXX)


# -------------- gather user-facing build config options ---------------- #
Expand Down

0 comments on commit 2a5626d

Please sign in to comment.