Skip to content

Commit

Permalink
chore: set release version (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra authored Oct 18, 2024
1 parent de60aa1 commit a05d55b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2024 Safe Ecosystem Foundation
Copyright (c) 2024 Safe Ecosystem Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ A collection of React hooks to simplify the usage of the Safe Core SDK for React

## Table of Contents

- Installation
- Usage
- Available Hooks
- Contributing
- License
- [Documentation](#documentation)
- [Installation](#installation)
- [Usage](#usage)
- [Available Hooks](#available-hooks)
- [Contributing](#contributing)
- [License](#license)

## Documentation

Head to the [Safe React Hooks docs](https://docs.safe.global/reference-sdk-react-hooks/overview) to learn more about how to use these hooks.


## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/safe-react-hooks",
"version": "0.0.0",
"version": "0.1.0",
"description": "A collection of React Hooks that facilitates the interaction of React apps with Safe Smart Accounts",
"keywords": [
"Ethereum",
Expand Down

0 comments on commit a05d55b

Please sign in to comment.