Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkadirtan committed Nov 18, 2023
1 parent 46f6c40 commit 72a0f82
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Test results are obtained from a local M2 Air installation.
feed-rs 2367 ops/s, ±0.39% | fastest
fast-xml-parser 1198 ops/s, ±0.26% | 49.39% slower
rss-parser: 125 ops/s, ±2.27% | slowest, 94.72% slower
```
```
2 changes: 1 addition & 1 deletion npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nooptoday/feed-rs-android-arm-eabi",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nooptoday/feed-rs-android-arm64",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"android"
],
Expand Down
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": "@nooptoday/feed-rs-darwin-arm64",
"version": "0.1.0",
"version": "0.2.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": "@nooptoday/feed-rs-darwin-x64",
"version": "0.1.0",
"version": "0.2.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": "@nooptoday/feed-rs-linux-arm-gnueabihf",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nooptoday/feed-rs-linux-arm64-gnu",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nooptoday/feed-rs-linux-arm64-musl",
"version": "0.1.0",
"version": "0.2.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": "@nooptoday/feed-rs-linux-x64-gnu",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nooptoday/feed-rs-linux-x64-musl",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nooptoday/feed-rs-win32-arm64-msvc",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"win32"
],
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": "@nooptoday/feed-rs-win32-ia32-msvc",
"version": "0.1.0",
"version": "0.2.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": "@nooptoday/feed-rs-win32-x64-msvc",
"version": "0.1.0",
"version": "0.2.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": "@nooptoday/feed-rs",
"version": "0.1.0",
"version": "0.2.0",
"description": "Node.js bindings for feed_rs",
"main": "index.js",
"repository": "[email protected]:nooptoday/feed-rs.git",
Expand Down

0 comments on commit 72a0f82

Please sign in to comment.