Skip to content

Commit

Permalink
Merge pull request #41 from microsoft/version-bump
Browse files Browse the repository at this point in the history
Version bump for node release
  • Loading branch information
Mmdixon authored Nov 16, 2021
2 parents cf36745 + 98533a0 commit f216936
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Supported Languages
* English

Current pre-built binaries offered to save the trouble of compiling the source locally.
* node-v{67,64,59,57}-{win32,linux,darwin}-{x64}
* node-v{72,67,64,59,57}-{win32,linux,darwin}-{x64}

(Run `node -p "process.versions.modules"` to see which Node-ABI in use.)
# Getting Started
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1>Introduction</h1>
</ul>
<p>Current pre-built binaries offered to save the trouble of compiling the source locally.</p>
<ul>
<li>node-v{67,64,59,57}-{win32,linux,darwin}-{x64}</li>
<li>node-v{72,67,64,59,57}-{win32,linux,darwin}-{x64}</li>
</ul>
<p>(Run <code>node -p &quot;process.versions.modules&quot;</code> to see which Node-ABI in use.)</p>
<a href="#getting-started" id="getting-started" style="color: inherit; text-decoration: none;">
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phoneticmatching",
"version": "0.3.6",
"version": "0.3.7",
"description": "A text utility to do string comparisons at a phonetic level.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit f216936

Please sign in to comment.