Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
First major release.
  • Loading branch information
jaythomas committed Oct 21, 2021
1 parent 7997290 commit 5012543
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MILESTONES.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ This project was born from a series of workshops in our programming club.

### Final week

- [ ] Creating a 1.0 release tag!
- [x] Creating a 1.0 release tag!
2 changes: 1 addition & 1 deletion api-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weather-station-api"
version = "0.1.0"
version = "1.0.0"
authors = ["Jay Thomas <jay@gfax.ch>"]
edition = "2018"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-app",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 5012543

Please sign in to comment.