Skip to content

Commit 25ad233

Browse files
committed
chore: revert to 0.1.0, lib has never been published to hex
1 parent 026ec62 commit 25ad233

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/home/home/.gemini/config/projects/449fb940-6558-4fed-9de8-881537142cae.json

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.2.0 — 2026-05-21
3+
## 2026-05-21
44

55
### Highlights
66

guides/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ hosts. To use the profile, add the dep to your parent application:
273273
# mix.exs
274274
def deps do
275275
[
276-
{:trinity_coordinator, "~> 0.2"},
277-
{:emlx, "~> 0.3"} # <-- add this
276+
{:trinity_coordinator, "~> 0.1"}, # (it hasn not been published to hex, use github or path dep)
277+
{:emlx, "~> 0.3"} # <-- add this
278278
]
279279
end
280280
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ XlaTargetValidator.validate_root_project!(__DIR__)
3131
defmodule TrinityCoordinator.MixProject do
3232
use Mix.Project
3333

34-
@version "0.2.0"
34+
@version "0.1.0"
3535

3636
def project do
3737
[

0 commit comments

Comments
 (0)