Skip to content

Commit

Permalink
Release v0.0.2 (Nheko-Reborn#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssa committed Jan 6, 2023
1 parent 38f4795 commit 739aab1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "iamb"
version = "0.0.1"
version = "0.0.2"
edition = "2018"
authors = ["Ulyssa <[email protected]>"]
repository = "https://github.com/ulyssa/iamb"
homepage = "http://iamb.chat"
homepage = "https://iamb.chat"
readme = "README.md"
description = "A Matrix chat client that uses Vim keybindings"
license = "Apache-2.0"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
This project is a work-in-progress, and there's still a lot to be implemented,
but much of the basic client functionality is already present.

## Documentation

You can find documentation for installing, configuring, and using iamb on its
website, [iamb.chat].

## Installation

Install Rust and Cargo, and then run:
Expand Down Expand Up @@ -76,6 +81,7 @@ iamb is released under the [Apache License, Version 2.0].

[Apache License, Version 2.0]: https://github.com/ulyssa/iamb/blob/master/LICENSE
[client-comparison-matrix]: https://matrix.org/clients-matrix/
[iamb.chat]: https://iamb.chat
[gomuks]: https://github.com/tulir/gomuks
[weechat-matrix]: https://github.com/poljar/weechat-matrix
[#2]: https://github.com/ulyssa/iamb/issues/2
Expand Down

0 comments on commit 739aab1

Please sign in to comment.