Skip to content

Commit d5c19c7

Browse files
committed
Update info
1 parent 354adc4 commit d5c19c7

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Gleam Erlang 🐙
22

3-
A library for making use of Erlang specific code!
3+
Types and functions for programs running on Erlang!
44

5-
```shell
5+
[![Package Version](https://img.shields.io/hexpm/v/gleam_erlang)](https://hex.pm/packages/gleam_erlang)
6+
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gleam_erlang/)
7+
8+
9+
```sh
610
gleam add gleam_erlang@1
711
```
812
```gleam
@@ -18,4 +22,4 @@ pub fn main() {
1822

1923
Documentation can be found at <https://hexdocs.pm/gleam_erlang/>.
2024

21-
This library requires OTP 23.0 or higher.
25+
This library requires OTP 27.0 or higher.

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "gleam_erlang"
22

33
version = "1.0.0-rc1"
44
licences = ["Apache-2.0"]
5-
description = "A Gleam library for working with Erlang"
5+
description = "Types and functions for programs running on Erlang!"
66

77
repository = { type = "github", user = "gleam-lang", repo = "erlang" }
88
links = [

manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
packages = [
55
{ name = "gleam_stdlib", version = "0.60.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "621D600BB134BC239CB2537630899817B1A42E60A1D46C5E9F3FAE39F88C800B" },
6-
{ name = "gleeunit", version = "1.4.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "12A8A2B510D7063547CD73AE5345544AE92124247A82F46B05F5B0913EE28BC8" },
6+
{ name = "gleeunit", version = "1.5.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D33B7736CF0766ED3065F64A1EBB351E72B2E8DE39BAFC8ADA0E35E92A6A934F" },
77
]
88

99
[requirements]

0 commit comments

Comments
 (0)