Skip to content

Commit

Permalink
chore(version): update to v0.4.1 (#49)
Browse files Browse the repository at this point in the history
Description
---
Update `tari_provider` and `tari_universe` packages to version 0.4.1
after merge changes from #48

Motivation and Context
---

How Has This Been Tested?
---

What process can a PR reviewer use to test or verify this change?
---

<!-- Checklist -->
<!-- 1. Is the title of your PR in the form that would make nice release
notes? The title, excluding the conventional commit
tag, will be included exactly as is in the CHANGELOG, so please think
about it carefully. -->


Breaking Changes
---

- [x] None
- [ ] Requires data directory on base node to be deleted
- [ ] Requires hard fork
- [ ] Other - Please specify

<!-- Does this include a breaking change? If so, include this line as a
footer -->
<!-- BREAKING CHANGE: Description what the user should do, e.g. delete a
database, resync the chain -->
  • Loading branch information
karczuRF authored Feb 20, 2025
1 parent d51c477 commit e33aab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tari_provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tari-project/tari-provider",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"type": "module",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tari_universe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tari-project/tari-universe-provider",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"type": "module",
"publishConfig": {
Expand Down

0 comments on commit e33aab2

Please sign in to comment.