Skip to content

Commit

Permalink
chore: fix links and copyright (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsan authored Mar 15, 2024
1 parent ba786b4 commit f09e396
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 72 deletions.
114 changes: 57 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "ss58-org"
version = "0.2.2"
version = "0.2.3"
edition = "2021"

[dependencies]
base58 = "0.2.0"
blake2 = "0.10.6"
hex = "0.4.3"
js-sys = "0.3.69"
leptos = { version = "0.6.9", features = ["csr"] }
leptos_router = { version = "0.6.9", features = ["csr"] }
base58 = "0.2"
blake2 = "0.10"
hex = "0.4"
js-sys = "0.3"
leptos = { version = "0.6", features = ["csr"] }
leptos_router = { version = "0.6", features = ["csr"] }

[dependencies.web-sys]
version = "0.3.69"
version = "0.3"
features = [
"Clipboard",
"Document",
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2023 Gear Technologies Inc.
Copyright (c) 2021-2024 Shamil.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
[![Build][build_badge]][build_href]
[![License][lic_badge]][lic_href]

[build_badge]: https://github.com/gear-tech/ss58.org/workflows/Build/badge.svg
[build_href]: https://github.com/gear-tech/ss58.org/actions/workflows/build.yml
[build_badge]: https://github.com/shamilsan/ss58.org/workflows/Build/badge.svg
[build_href]: https://github.com/shamilsan/ss58.org/actions/workflows/build.yml

[lic_badge]: https://img.shields.io/badge/License-MIT-success
[lic_href]: https://github.com/gear-tech/ss58.org/blob/master/LICENSE
[lic_href]: https://github.com/shamilsan/ss58.org/blob/master/LICENSE

🏹 https://ss58.org

Expand All @@ -26,7 +26,7 @@ rustup target add wasm32-unknown-unknown
3. Clone the repo:

```sh
git clone https://github.com/gear-tech/ss58.org
git clone https://github.com/shamilsan/ss58.org
cd ss58.org
```

Expand Down
Loading

0 comments on commit f09e396

Please sign in to comment.