Skip to content

Commit

Permalink
1.0.0-RC0 - Release
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-herkamp committed Apr 16, 2022
1 parent 42542e3 commit 6e6bbd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nitro_repo"
version = "0.1.0-BETA"
version = "1.0.0-RC0"
authors = ["Wyatt Jacob Herkamp <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "0.1.0",
"version": "1.0.0-RC0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion nitro_repo-api-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nitro_repo/nitro_repo-api-wrapper",
"version": "1.0.0",
"version": "1.0.0-RC0",
"description": "The Implementation of the Nitro_Repo API in Typescript",
"author": "Wyatt Jacob Herkamp",
"license": "MIT",
Expand Down

0 comments on commit 6e6bbd5

Please sign in to comment.