diff --git a/Cargo.lock b/Cargo.lock index 2c28a2a..17483f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -804,7 +804,7 @@ dependencies = [ [[package]] name = "gameshow-v2" -version = "0.1.0" +version = "1.0.0" dependencies = [ "actix-files", "actix-session", diff --git a/Cargo.toml b/Cargo.toml index 6c9fb84..c236828 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gameshow-v2" -version = "0.1.0" +version = "1.0.0" authors = ["FlixCoder"] edition = "2018" diff --git a/vue/gameshow/package.json b/vue/gameshow/package.json index c219ff3..0eab439 100644 --- a/vue/gameshow/package.json +++ b/vue/gameshow/package.json @@ -1,6 +1,6 @@ { "name": "gameshow", - "version": "0.1.0", + "version": "1.0.0", "private": true, "scripts": { "serve": "vue-cli-service serve",