Skip to content

Commit

Permalink
Merge pull request #5 from ianacaburian/develop
Browse files Browse the repository at this point in the history
Fixed npm version badge. Bumped to v0.1.2
  • Loading branch information
ianacaburian authored Oct 3, 2024
2 parents 7ca0834 + 7f172d6 commit 5122d44
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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": "@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",
Expand Down
Binary file modified test/bin/apply-key-file
Binary file not shown.
Binary file modified test/bin/apply-to-value
Binary file not shown.
Binary file modified test/bin/create-key-file
Binary file not shown.
Binary file modified test/bin/create-key-file-comment
Binary file not shown.
Binary file modified test/bin/create-key-file-content-line
Binary file not shown.
Binary file modified test/bin/create-key-pair
Binary file not shown.
Binary file modified test/bin/divide-by
Binary file not shown.
Binary file modified test/bin/encrypt-xml-line
Binary file not shown.
Binary file modified test/bin/exponent-modulo
Binary file not shown.
Binary file modified test/bin/load-from-memory-block
Binary file not shown.

0 comments on commit 5122d44

Please sign in to comment.