Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Jun 1, 2024
1 parent 5c8ff11 commit e22e680
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rubynetwork/corlink-express",
"version": "1.0.1",
"version": "1.2.0",
"description": "A simple package providing middleware for basic auth and authorization with a Corlink server",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rubynetwork/corlink-fastify",
"version": "1.0.1",
"version": "1.2.0",
"description": "A simple package providing middleware for basic auth and authorization with a Corlink server",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rubynetwork/corlink-client",
"version": "1.0.1",
"version": "1.2.0",
"description": "A simple helper for a client using corlink",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rubynetwork/corlink-sdk-node",
"version": "1.0.1",
"version": "1.2.0",
"description": "A package for easily interacting with a Corlink Server",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e22e680

Please sign in to comment.