diff --git a/3box-identities-ed25519/package.json b/3box-identities-ed25519/package.json
index 6953c26..c323d9e 100644
--- a/3box-identities-ed25519/package.json
+++ b/3box-identities-ed25519/package.json
@@ -5,7 +5,7 @@
"dependencies": {
"3box": "^1.21.0",
"@emotion/react": "11.0.0-next.12",
- "@textile/hub": "^5.0.0",
+ "@textile/hub": "^5.0.1",
"ethers": "^5.0.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
diff --git a/basic-es-modules/README.md b/basic-es-modules/README.md
new file mode 100644
index 0000000..6c4cd6a
--- /dev/null
+++ b/basic-es-modules/README.md
@@ -0,0 +1,9 @@
+See full [README.md here](../README.md).
+
+Remember to edit `index.html` to include your Hub API key:
+
+```javascript
+...
+const client = await Client.withKeyInfo({ key: 'HUB API KEY HERE' })
+...
+```
\ No newline at end of file
diff --git a/basic-es-modules/index.html b/basic-es-modules/index.html
new file mode 100644
index 0000000..f9b1e1c
--- /dev/null
+++ b/basic-es-modules/index.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+ Textile ES Modules
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/bucket-photo-gallery/package.json b/bucket-photo-gallery/package.json
index 7b3e8d9..c5bd238 100644
--- a/bucket-photo-gallery/package.json
+++ b/bucket-photo-gallery/package.json
@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
- "@textile/hub": "^5.0.0",
+ "@textile/hub": "^5.0.1",
"@types/jdenticon": "^2.2.0",
"browser-image-resizer": "^2.1.0",
"browser-image-size": "^1.1.0",
diff --git a/hub-browser-auth-app/package.json b/hub-browser-auth-app/package.json
index 8410877..8c081af 100644
--- a/hub-browser-auth-app/package.json
+++ b/hub-browser-auth-app/package.json
@@ -19,7 +19,7 @@
"license": "MIT",
"dependencies": {
"@koa/cors": "^3.1.0",
- "@textile/hub": "^5.0.0",
+ "@textile/hub": "^5.0.1",
"dotenv": "^8.2.0",
"emittery": "^0.7.0",
"jdenticon": "^2.2.0",
diff --git a/metamask-identities-ed25519/package.json b/metamask-identities-ed25519/package.json
index 61c6448..7da6ab9 100644
--- a/metamask-identities-ed25519/package.json
+++ b/metamask-identities-ed25519/package.json
@@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@emotion/react": "11.0.0-next.12",
- "@textile/hub": "^5.0.0",
+ "@textile/hub": "^5.0.1",
"@types/bcryptjs": "^2.4.2",
"bcryptjs": "^2.4.3",
"ethers": "^5.0.8",
diff --git a/react-native-hub-app/package.json b/react-native-hub-app/package.json
index 23295bc..c9bd085 100644
--- a/react-native-hub-app/package.json
+++ b/react-native-hub-app/package.json
@@ -12,7 +12,7 @@
"bind": "adb reverse tcp:3007 tcp:3007"
},
"dependencies": {
- "@textile/hub": "^5.0.0",
+ "@textile/hub": "^5.0.1",
"bad-words": "^3.0.3",
"buffer": "^4.9.2",
"events": "^3.1.0",
diff --git a/simple-auth/package.json b/simple-auth/package.json
index 8fcc1e5..9dff36f 100644
--- a/simple-auth/package.json
+++ b/simple-auth/package.json
@@ -25,7 +25,7 @@
"eslint-plugin-promise": "^4.2.1"
},
"dependencies": {
- "@textile/hub": "^5.0.0",
+ "@textile/hub": "^5.0.1",
"dotenv": "^8.2.0"
}
}
diff --git a/user-mailbox-setup/package.json b/user-mailbox-setup/package.json
index a5090bf..8e48ac4 100644
--- a/user-mailbox-setup/package.json
+++ b/user-mailbox-setup/package.json
@@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@emotion/react": "11.0.0-next.12",
- "@textile/hub": "^5.0.0",
+ "@textile/hub": "^5.0.1",
"ethers": "^5.0.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",