Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Merge pull request #25 from spheronFdn/arome/version
Browse files Browse the repository at this point in the history
Update readme image and package version
  • Loading branch information
arome3 authored May 10, 2023
2 parents 51086f8 + 0402965 commit a4f089c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/spheronFdn/sdk/blob/main/.github/assets/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/spheronFdn/sdk/blob/main/.github/assets/logo.svg">
<img alt="Spheron" src="https://github.com/spheronFdn/sdk/blob/main/.github/assets/logo.svg" width="250">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/spheronFdn/fns/blob/main/.github/assets/spheron-logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/spheronFdn/fns/blob/main/.github/assets/spheron-logo.svg">
<img alt="Spheron" src="https://github.com/spheronFdn/fns/blob/main/.github/assets/spheron-logo.svg" width="250">
</picture>
</p>

Expand All @@ -17,7 +17,7 @@

<p align="center">

<img src="https://img.shields.io/static/v1?label=npm&message=v2.1.1&color=green" />
<img src="https://img.shields.io/static/v1?label=npm&message=v2.2.0&color=green" />

<img src="https://img.shields.io/static/v1?label=license&message=Apache-2&color=green" />

Expand Down Expand Up @@ -184,4 +184,4 @@ The Spheron community extends beyond issues and pull requests! You can support S

## Community

For help, discussions or any other queries: [Join us on Discord](https://discord.com/invite/ahxuCtm)
For help, discussions or any other queries: [Join us on Discord](https://discord.com/invite/ahxuCtm)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spheron/desub-js",
"version": "2.1.0",
"version": "2.2.0",
"description": "Typescript library for working with the decentralised subscription contracts in Spheron",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit a4f089c

Please sign in to comment.