Skip to content

Commit

Permalink
version 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseartic committed Jun 9, 2022
1 parent 27b7505 commit ec9e328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [ 14.x, 16.x ]
node-version: [ 16.x ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
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": "stellar-resolve-claimant-predicates",
"version": "2.0.8",
"version": "2.0.9",
"description": "Evaluate stellar claimant predicates",
"types": "dist/evalPredicates.d.ts",
"main": "dist/evalPredicates.js",
Expand Down

0 comments on commit ec9e328

Please sign in to comment.