Skip to content

Commit a877cbf

Browse files
committed
Updated readme
1 parent 75db587 commit a877cbf

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changelog
22

3+
## v0.9.9
4+
5+
* Updated dependencies and README
6+
37
## v0.9.8
48

59
* Revert ASCII extension to retain compatibility with official libs
10+
* Updated dependencies and README
611

712
## v0.9.7
813

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm install @iota-pico/core --save
1313

1414
# Documentation
1515

16-
Documentation for the code can be found in [docs](./docs/README.md) folder.
16+
Documentation for the code can be found in [docs](https://github.com/iota-pico/core/blob/master/docs/README.md) folder.
1717

1818
# Library
1919

@@ -32,7 +32,6 @@ The layered libraries are written in TypeScript so are all strongly typed. The m
3232

3333
Some tutorials can be found in the following repo [@iota-pico/tutorials](https://github.com/iota-pico/tutorials)
3434

35-
3635
# Contributing
3736

3837
Contributions are always welcome to the project. Feel free to raise issues, create pull requests or just make suggestions.
@@ -46,10 +45,13 @@ Come and find us on the IOTA [Discord](https://discordapp.com/invite/fNGZXvh) de
4645
# Donations
4746

4847
IOTA donations are always welcome :smile:
48+
49+
![QR Code for Trinity](https://raw.githubusercontent.com/iota-pico/core/master/donation.png)
50+
4951
```shell
5052
QWJXX99QDEYWUWXEGA9QXSNOWOKHMFKCMSZTXDFLRZAFQRPQTHQDXSZWQQTAHNDNRYHMIKJYWQLKTFHBWSAOJDHAMB
5153
```
5254

5355
# License
5456

55-
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
57+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/iota-pico/core/blob/master/LICENSE) file for details.

donation.png

463 Bytes
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iota-pico/core",
3-
"version": "0.9.8",
3+
"version": "0.9.9",
44
"description": "IOTA Pico Framework Core",
55
"typings": "dist/index.d.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)