Bump the version_code of virt & compos apex

Both the apexes have gone substantial development since last Vanilla
release. Bump the version by 1 to indicate this.

This doesn't affect any installation/updates since both the apexes can
only be updated by OTA (not mainline).

Test: TH
Bug: 275695721
Change-Id: Iaee0d377da02d97f20cd4ba6330806bc13896eb1
diff --git a/apex/manifest.json b/apex/manifest.json
index 3330a67..eac57c3 100644
--- a/apex/manifest.json
+++ b/apex/manifest.json
@@ -1,4 +1,4 @@
 {
   "name": "com.android.virt",
-  "version": 1
+  "version": 2
 }
diff --git a/compos/apex/manifest.json b/compos/apex/manifest.json
index cdb87a3..7a07b1b 100644
--- a/compos/apex/manifest.json
+++ b/compos/apex/manifest.json
@@ -1,4 +1,4 @@
 {
   "name": "com.android.compos",
-  "version": 1
+  "version": 2
 }