Skip to content

Commit

Permalink
just bump the version number to match tag 0.14.0-jci3 (ErikWittern#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgwelch authored Sep 15, 2024
1 parent 60d7c65 commit 612bf95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-snippet",
"version": "0.14.0",
"version": "0.14.0-jci3",
"description": "Generates code snippets from Open API (previously Swagger) documents.",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"build": "mkdir -p dist && browserify -g uglifyify ./index.js > ./dist/openapisnippet.min.js"
},
"dependencies": {
"httpsnippet": "^3.0",
"httpsnippet": "^3.0.6",
"openapi-sampler": "^1.0.0-beta.14"
},
"devDependencies": {
Expand Down

0 comments on commit 612bf95

Please sign in to comment.