We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5878350 commit 01050c4Copy full SHA for 01050c4
backend/main.go
@@ -14,7 +14,7 @@ import (
14
_ "github.com/lib/pq"
15
)
16
17
-const version = "1.0.0"
+const version = "1.0.1"
18
19
/*
20
Endpoints:
frontend/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "concinnity",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Watch video files together with others on the internet.",
5
"repository": "https://github.com/retrixe/concinnity.git",
6
"author": "Ibrahim Ansari <ansari.ibrahim1@gmail.com>",
0 commit comments