Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarrk committed Jul 24, 2024
1 parent 43db30d commit 7f2c0a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Unreleased

## [1.1.0] - 2024-07-24

### Added

Expand All @@ -15,4 +17,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release with core functionality

[1.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/Maarrk/silverbullet-grep/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion grep.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { editor, shell } from "$sb/syscalls.ts";
import { readSetting } from "$sb/lib/settings_page.ts";

const VERSION = "1.0.0";
const VERSION = "1.1.0";

const resultPage = "GREP RESULT";

Expand Down

0 comments on commit 7f2c0a3

Please sign in to comment.