diff --git a/package.json b/package.json
index 9ab3b53..0d7e3fb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "assignment-canvas",
- "version": "2.4.0b",
+ "version": "2.5.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
diff --git a/src/App.vue b/src/App.vue
index c504940..9fd7a17 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -13,7 +13,7 @@
Assignment Canvas
- v2.4.0b
+ v2.5.0
diff --git a/src/components/ReplyView.vue b/src/components/ReplyView.vue
new file mode 100644
index 0000000..3b2d755
--- /dev/null
+++ b/src/components/ReplyView.vue
@@ -0,0 +1,27 @@
+
+
+
+ {{ reply.user_id }}
+
+
+
+
+
+ Deleted Reply
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/AnnouncementView.vue b/src/views/AnnouncementView.vue
index d515435..88ed4e8 100644
--- a/src/views/AnnouncementView.vue
+++ b/src/views/AnnouncementView.vue
@@ -13,21 +13,7 @@
-
-
- {{ reply.user_id }}
-
-
-
-
-
- Deleted Reply
-
-
+
@@ -41,11 +27,12 @@