Skip to content

Commit

Permalink
chore: update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
twibiral committed Jan 16, 2023
1 parent 9f89334 commit b5ff8c4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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]
## [1.6.2]

### Added

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "execute-code",
"name": "Execute Code",
"version": "1.6.1",
"version": "1.6.2",
"minAppVersion": "0.12.0",
"description": "Allows to execute code snippets within a note. Supported programming languages: C, CPP, Dart, Golang, Groovy, Kotlin, Java, JavaScript, TypeScript, Lean, Lua, CSharp, Prolog, Rust, Python, R, Ruby, Wolfram Mathematica, Haskell, Scala, Racket, F#, Batch, Shell & Powershell.",
"author": "twibiral",
"authorUrl": "https://www.github.com/twibiral",
"isDesktopOnly": true
}
}
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
@@ -1,6 +1,6 @@
{
"name": "execute-code",
"version": "1.6.1",
"version": "1.6.2",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "src/main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"1.4.0": "0.12.0",
"1.5.0": "0.12.0",
"1.6.0": "0.12.0",
"1.6.1": "0.12.0"
"1.6.1": "0.12.0",
"1.6.2": "0.12.0"
}

0 comments on commit b5ff8c4

Please sign in to comment.