Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Jan 16, 2018
1 parent 3b0832f commit 55048d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/lib/generated/version.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const version = "0.2.0";
export declare const version = "0.2.1";
2 changes: 1 addition & 1 deletion dist/lib/generated/version.js

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

2 changes: 1 addition & 1 deletion lib/generated/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict'

export const version = '0.2.0';
export const version = '0.2.1';
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": "fetch-h2",
"version": "0.2.0",
"version": "0.2.1",
"description": "HTTP/2-only Fetch API client for Node.js",
"author": "Gustaf Räntilä",
"license": "MIT",
Expand Down

0 comments on commit 55048d3

Please sign in to comment.