diff --git a/README.md b/README.md index 2bfa814..d0149a0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Ports juce_KeyGeneration::generateKeyFile() to node. ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ianacaburian/generate-key-file/build.yml) -[![npm version](https://badge.fury.io/js/@ianacaburian%2Fgenerate-key-file.svg)](https://badge.fury.io/js/@ianacaburian%2Fgenerate-key-file) +![NPM Version](https://img.shields.io/npm/v/%40ianacaburian%2Fgenerate-key-file) ![GitHub License](https://img.shields.io/github/license/ianacaburian/generate-key-file) ![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/ianacaburian) diff --git a/package.json b/package.json index e786ff2..3902fdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ianacaburian/generate-key-file", - "version": "0.1.1", + "version": "0.1.2", "description": "Ports juce_KeyGeneration::generateKeyFile() to node.", "type": "module", "main": "./dist/index.js", diff --git a/test/bin/apply-key-file b/test/bin/apply-key-file index 417fc19..78510c1 100755 Binary files a/test/bin/apply-key-file and b/test/bin/apply-key-file differ diff --git a/test/bin/apply-to-value b/test/bin/apply-to-value index f04d39b..462a114 100755 Binary files a/test/bin/apply-to-value and b/test/bin/apply-to-value differ diff --git a/test/bin/create-key-file b/test/bin/create-key-file index 0d31e55..4d52a75 100755 Binary files a/test/bin/create-key-file and b/test/bin/create-key-file differ diff --git a/test/bin/create-key-file-comment b/test/bin/create-key-file-comment index 7dd6574..0db61a8 100755 Binary files a/test/bin/create-key-file-comment and b/test/bin/create-key-file-comment differ diff --git a/test/bin/create-key-file-content-line b/test/bin/create-key-file-content-line index 62dd83f..bdc0b5d 100755 Binary files a/test/bin/create-key-file-content-line and b/test/bin/create-key-file-content-line differ diff --git a/test/bin/create-key-pair b/test/bin/create-key-pair index 3a9f083..f0e0394 100755 Binary files a/test/bin/create-key-pair and b/test/bin/create-key-pair differ diff --git a/test/bin/divide-by b/test/bin/divide-by index da9d4d4..8781ff0 100755 Binary files a/test/bin/divide-by and b/test/bin/divide-by differ diff --git a/test/bin/encrypt-xml-line b/test/bin/encrypt-xml-line index dca48ac..6e36c62 100755 Binary files a/test/bin/encrypt-xml-line and b/test/bin/encrypt-xml-line differ diff --git a/test/bin/exponent-modulo b/test/bin/exponent-modulo index 7f86b93..433ae3c 100755 Binary files a/test/bin/exponent-modulo and b/test/bin/exponent-modulo differ diff --git a/test/bin/load-from-memory-block b/test/bin/load-from-memory-block index 98d1f32..a9a9ac3 100755 Binary files a/test/bin/load-from-memory-block and b/test/bin/load-from-memory-block differ