chore(client): 🔖 [publish] Release 0.1.0

This commit is contained in:
Jesse Wierzbinski 2024-08-28 00:25:20 +02:00
parent f646a22f45
commit d15f9641de
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@versia/client",
"version": "0.1.0-rc.0",
"version": "0.1.0",
"exports": {
".": "./index.ts",
"./types": "./types.ts"

View file

@ -1,7 +1,7 @@
{
"name": "@versia/client",
"displayName": "Versia Client",
"version": "0.1.0-rc.0",
"version": "0.1.0",
"author": {
"email": "jesse.wierzbinski@lysand.org",
"name": "Jesse Wierzbinski (CPlusPatch)",