Skip to content

Commit b4afa72

Browse files
committed
chore: bump version to 0.3.1
1 parent 717fb42 commit b4afa72

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dendrites"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
description = "Domain Model Context Protocol Server - Architectural meta-layer for GitHub Copilot"
66
license = "MIT"

Formula/dendrites.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ class Dendrites < Formula
22
desc "Domain Model Context Protocol Server — architectural meta-layer for GitHub Copilot"
33
homepage "https://github.com/flavioaiello/dendrites"
44
license "MIT"
5-
url "https://github.com/flavioaiello/dendrites/archive/refs/tags/v0.3.0.tar.gz"
6-
sha256 "ce02cf5a584882c30bbdf24e9ae4a289dfcc5a707143a9a0a00fbb6c249f824b"
7-
version "0.3.0"
5+
url "https://github.com/flavioaiello/dendrites/archive/refs/tags/v0.3.1.tar.gz"
6+
# sha256 updated after tag
7+
version "0.3.1"
88

99
head "https://github.com/flavioaiello/dendrites.git", branch: "main"
1010

0 commit comments

Comments
 (0)