Skip to content

Commit

Permalink
chore: ManyMath -> cypherstack and bump to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sneurlax committed Dec 24, 2024
1 parent 24fc31e commit 1954fff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2

- Package transferred to Cypher Stack pub.dev organization.

## 0.0.1

- Initial version.
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) 2024 ManyMath
Copyright (c) 2024 Cypher Stack

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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Used to derive "shared accounts" from Hierarchical Deterministic (HD) wallets.

## Getting started
```bash
git clone https://github.com/ManyMath/bip48
git clone https://github.com/cypherstack/bip48
cd bip48
dart pub get
dart run coinlib:build_linux
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: bip48
description: BIP-0048 "Multi-Script Hierarchy for Multi-Sig Wallets" for Dart.
version: 0.0.1
repository: https://github.com/ManyMath/bip48
version: 0.0.2
repository: https://github.com/cypherstack/bip48
license: MIT

environment:
Expand Down

0 comments on commit 1954fff

Please sign in to comment.