@wireapp/api-client 27.1.0-hotfix-1.5 → 27.1.0-hotfix-1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -17,7 +17,7 @@ yarn
17
17
  yarn start
18
18
  ```
19
19
 
20
- ### Installation
20
+ ### Installation:
21
21
 
22
22
  ```bash
23
23
  yarn add @wireapp/api-client
package/package.json CHANGED
@@ -66,6 +66,6 @@
66
66
  "watch": "webpack serve --config webpack.browser.js",
67
67
  "prepare": "yarn dist"
68
68
  },
69
- "version": "27.1.0-hotfix-1.5",
70
- "gitHead": "ed9fc82dffbcf03fe6ac1ec613b24a4330df26f4"
69
+ "version": "27.1.0-hotfix-1.6",
70
+ "gitHead": "d473f605ef94bbf45ca65116c9e6a6968167486c"
71
71
  }