From 1954fff36e8e6c067a8f7723d5e2be5fd2efd0bb Mon Sep 17 00:00:00 2001 From: sneurlax Date: Mon, 23 Dec 2024 22:15:34 -0600 Subject: [PATCH] chore: ManyMath -> cypherstack and bump to 0.0.2 --- CHANGELOG.md | 4 ++++ LICENSE | 2 +- README.md | 2 +- pubspec.yaml | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f3a07..98f6a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.2 + +- Package transferred to Cypher Stack pub.dev organization. + ## 0.0.1 - Initial version. diff --git a/LICENSE b/LICENSE index ecc6863..6a3dbe7 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 15c1b3b..67c7866 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index c664c0f..d010885 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: