Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ziopio committed Sep 26, 2024
1 parent 1c44a53 commit 499da87
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to

## [Unreleased]

## [1.0.0] - 2024-09-24
## [1.0.0] - 2024-09-26

### What's Changed

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{erl_opts, [debug_info]}.
{deps, [
{grisp, "~> 2.5"},
{grisp, "~> 2.6"},
{gun, "2.1.0"},
jsx,
{grisp_cryptoauth, "~> 2.4"},
Expand Down
15 changes: 14 additions & 1 deletion src/grisp_connect.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,18 @@
]}
]},
{modules, []},
{links, []}
{links, [
{"Homepage", "https://www.grisp.io"},
{"Changelog", "https://github.com/grisp/grisp_connect/blob/main/CHANGELOG.md"},
{"GitHub", "https://github.com/grisp/grisp_connect"}
]},
{files, [
"LICENSE",
"README.md",
"rebar.*",
"include",
"src",
"grisp"
]},
{licenses, ["Apache-2.0"]}
]}.

0 comments on commit 499da87

Please sign in to comment.