From 2ddcfb7e56b05ce4798a93e95c76a73ef25c8fe2 Mon Sep 17 00:00:00 2001 From: Vin Armani Date: Fri, 22 Mar 2024 13:45:51 +1000 Subject: [PATCH] update README --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f0f9cc..02f3411 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ const decryptedSdp = slpsdp.decryptSdp(encryptedSdp, privateKey) This software is licensed under the MIT License. -Copyright Fedor Badger, 2024. +Copyright Badger, 2024. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/package.json b/package.json index 197d99b..1e52359 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slp-sdp", - "version": "1.0.0", + "version": "1.0.1", "description": "Encode and encrypt SDP data according to the Simple Ledger Session Description Protocol (SLSDP)", "main": "index.js", "repository": "https://github.com/badger-cash/slp-sdp.git",