Skip to content

Commit 499da87

Browse files
committed
Version 1.0.0
1 parent 1c44a53 commit 499da87

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to
88

99
## [Unreleased]
1010

11-
## [1.0.0] - 2024-09-24
11+
## [1.0.0] - 2024-09-26
1212

1313
### What's Changed
1414

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{erl_opts, [debug_info]}.
22
{deps, [
3-
{grisp, "~> 2.5"},
3+
{grisp, "~> 2.6"},
44
{gun, "2.1.0"},
55
jsx,
66
{grisp_cryptoauth, "~> 2.4"},

src/grisp_connect.app.src

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,18 @@
4444
]}
4545
]},
4646
{modules, []},
47-
{links, []}
47+
{links, [
48+
{"Homepage", "https://www.grisp.io"},
49+
{"Changelog", "https://github.com/grisp/grisp_connect/blob/main/CHANGELOG.md"},
50+
{"GitHub", "https://github.com/grisp/grisp_connect"}
51+
]},
52+
{files, [
53+
"LICENSE",
54+
"README.md",
55+
"rebar.*",
56+
"include",
57+
"src",
58+
"grisp"
59+
]},
60+
{licenses, ["Apache-2.0"]}
4861
]}.

0 commit comments

Comments
 (0)