Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
twibiral committed May 10, 2022
1 parent c6e85d7 commit 14d75c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]
## [0.5.0] - 2022-05-10
### Added
- Support for C++ (Using JSCPP)
- Support for Prolog (Using Tau-Prolog)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "execute-code",
"name": "Execute Code",
"version": "0.4.0",
"version": "0.5.0",
"minAppVersion": "0.12.0",
"description": "Allows to execute code snippets within a note.",
"author": "twibiral",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"0.3.0": "0.12.0",
"0.3.1": "0.12.0",
"0.3.2": "0.12.0",
"0.4.0": "0.12.0"
"0.4.0": "0.12.0",
"0.5.0": "0.12.0"
}

0 comments on commit 14d75c7

Please sign in to comment.