Skip to content

Commit

Permalink
version hell
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunguha committed Oct 21, 2021
1 parent 018d3b0 commit 275d950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stopify-continuations-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stopify/continuations",
"version": "0.7.4",
"version": "0.7.5",
"description": "Continuations for JavaScript",
"main": "dist/src/index",
"typings": "dist/src/index",
Expand Down
4 changes: 2 additions & 2 deletions stopify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stopify/stopify",
"version": "0.7.5",
"version": "0.7.7",
"description": "Stopify makes JavaScript a better target language for high-level languages and web-based programming tools",
"main": "dist/src/index.js",
"typings": "dist/src/index",
Expand Down Expand Up @@ -54,7 +54,7 @@
],
"license": "BSD-3-Clause",
"dependencies": {
"@stopify/continuations": "~0.7.3",
"@stopify/continuations": "~0.7.5",
"@stopify/continuations-runtime": "~0.7.3",
"@stopify/estimators": "0.7.3",
"@stopify/hygiene": "~0.7.3",
Expand Down

0 comments on commit 275d950

Please sign in to comment.