Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
chore: bump to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvidas committed May 26, 2021
1 parent 6658388 commit a9103fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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": "@capacitor-community/http",
"version": "1.0.0-alpha.5",
"version": "1.0.0",
"description": "A native HTTP plugin for CORS-free requests and file transfers",
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"prepublishOnly": "npm run build",
"prepare": "husky install"
},
"author": "Max Lynch <max@ionic.io>",
"author": "Max Lynch <max@ionic.io>, Thomas Vidas <thomas@ionic.io>",
"license": "MIT",
"dependencies": {
"@capacitor/android": "^3.0.0",
Expand Down

0 comments on commit a9103fe

Please sign in to comment.