diff --git a/README.md b/README.md
index 3e900aec..a7fe6885 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,11 @@
- **Tasks:** Create tasks for leads and deals.
- **Notes:** Add notes to leads and deals.
- **Call Logs:** See the call logs with call details and recordings.
-- **Twilio Integration:** Integrate Twilio to make and receive calls from the CRM.
+
+## Integrations
+
+- **Twilio:** Integrate Twilio to make and receive calls from the CRM. You can also record calls. It is a built-in integration.
+- **WhatsApp:** Integrate WhatsApp to send and receive messages from the CRM. [Frappe WhatsApp](https://github.com/shridarpatil/frappe_whatsapp) is used for this integration.
## Getting Started
diff --git a/crm/__init__.py b/crm/__init__.py
index d2f5359f..3af1df46 100644
--- a/crm/__init__.py
+++ b/crm/__init__.py
@@ -1,3 +1,4 @@
-__version__ = '1.2.0'
+__version__ = "2.0.0-dev"
+__title__ = "Frappe CRM"
diff --git a/frontend/src/components/Fields.vue b/frontend/src/components/Fields.vue
new file mode 100644
index 00000000..cbb86b76
--- /dev/null
+++ b/frontend/src/components/Fields.vue
@@ -0,0 +1,147 @@
+
+