Skip to content

Commit 563c515

Browse files
committed
Fix badge
1 parent 9035893 commit 563c515

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# crypto
22

3-
<a href="https://github.com/gleam-experiments/crypto/releases"><img src="https://img.shields.io/github/release/gleam-experiments/crypto" alt="GitHub release"></a>
3+
<a href="https://github.com/gleam-lang/crypto/releases"><img src="https://img.shields.io/github/release/gleam-lang/crypto" alt="GitHub release"></a>
44
<a href="https://discord.gg/Fm8Pwmy"><img src="https://img.shields.io/discord/768594524158427167?color=blue" alt="Discord chat"></a>
5-
![CI](https://github.com/gleam-experiments/crypto/workflows/test/badge.svg?branch=main)
5+
![CI](https://github.com/gleam-lang/crypto/workflows/test/badge.svg?branch=main)
66

77
A Gleam cryptography library supporting Erlang and JavaScript.
88

manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# You typically do not need to edit this file
33

44
packages = [
5-
{ name = "gleam_stdlib", version = "0.35.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "81E91937710732ED1CA1F8E83D7AD19B4E87F63A1FC644A539264B6A118003D4" },
6-
{ name = "gleeunit", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D364C87AFEB26BDB4FB8A5ABDE67D635DC9FA52D6AB68416044C35B096C6882D" },
5+
{ name = "gleam_stdlib", version = "0.45.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "206FCE1A76974AECFC55AEBCD0217D59EDE4E408C016E2CFCCC8FF51278F186E" },
6+
{ name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
77
]
88

99
[requirements]

0 commit comments

Comments
 (0)