Skip to content

Commit

Permalink
1.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-herkamp committed Apr 29, 2022
1 parent c66b230 commit e136f6f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 = "1.0.0-RC0"
version = "1.0.0"
authors = ["Wyatt Jacob Herkamp <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
10 changes: 5 additions & 5 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.0-RC0",
"version": "1.0.0",
"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-RC0",
"version": "1.0.0",
"description": "The Implementation of the Nitro_Repo API in Typescript",
"author": "Wyatt Jacob Herkamp",
"license": "MIT",
Expand Down

0 comments on commit e136f6f

Please sign in to comment.