Skip to content

Commit

Permalink
v1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Jan 20, 2020
1 parent 304a0ce commit 55e6812
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "1.3.9",
"version": "1.3.10",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/fts-dev/package.json
@@ -1,6 +1,6 @@
{
"name": "fts-dev",
"version": "1.3.9",
"version": "1.3.10",
"description": "Dev Server for Functional TypeScript.",
"repository": "https://github.com/transitive-bullshit/functional-typescript",
"author": "Travis Fischer <travis@transitivebullsh.it>",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"commander": "^2.19.0",
"fts": "^1.3.0",
"fts-http": "^1.3.9"
"fts-http": "^1.3.10"
},
"gitHead": "9c95df897ffde29865d5b9190aa7922da780f32e"
}
2 changes: 1 addition & 1 deletion packages/fts-http/package.json
@@ -1,6 +1,6 @@
{
"name": "fts-http",
"version": "1.3.9",
"version": "1.3.10",
"description": "HTTP Support for Functional TypeScript.",
"repository": "https://github.com/transitive-bullshit/functional-typescript",
"author": "Travis Fischer <travis@transitivebullsh.it>",
Expand Down

0 comments on commit 55e6812

Please sign in to comment.