Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
0.98.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Oct 25, 2022
1 parent a5a6834 commit dd6c65b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deltachat/napi-jsonrpc-darwin-arm64",
"version": "0.97.1",
"version": "0.98.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deltachat/napi-jsonrpc-darwin-x64",
"version": "0.97.1",
"version": "0.98.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deltachat/napi-jsonrpc-linux-arm-gnueabihf",
"version": "0.97.1",
"version": "0.98.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deltachat/napi-jsonrpc-linux-x64-gnu",
"version": "0.97.1",
"version": "0.98.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deltachat/napi-jsonrpc-win32-ia32-msvc",
"version": "0.97.1",
"version": "0.98.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deltachat/napi-jsonrpc-win32-x64-msvc",
"version": "0.97.1",
"version": "0.98.0",
"os": [
"win32"
],
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": "@deltachat/napi-jsonrpc",
"version": "0.97.1",
"version": "0.98.0",
"main": "index.mjs",
"types": "index.mts",
"napi": {
Expand Down

0 comments on commit dd6c65b

Please sign in to comment.