Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
pyjarrett committed Sep 27, 2021
1 parent b2d9709 commit 4e0babf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions alire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "septum"
description = "An interactive context-based text search tool for large codebases."
version = "0.0.1-beta3"
version = "0.0.2"
website = "https://github.com/pyjarrett/septum"

authors = ["Paul Jarrett"]
Expand Down Expand Up @@ -35,6 +35,4 @@ trendy_terminal = "~0.0.2" # Added by alr
# To be used for CI
#trendy_terminal = { url = "https://github.com/pyjarrett/trendy_terminal.git", branch="main" }
[[depends-on]] # Added by alr
gnat_native = "=10.3.1" # Added by alr
[[depends-on]] # Added by alr
atomic = "~0.3.0" # Added by alr
2 changes: 1 addition & 1 deletion src/common/sp.ads
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package SP is

Version : constant String := "0.0.1-beta3";
Version : constant String := "0.0.2";

end SP;

0 comments on commit 4e0babf

Please sign in to comment.