Skip to content

Commit

Permalink
🔖 pre-release 1.0.0-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc committed Aug 12, 2020
1 parent 6074b37 commit 25327c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: "3.0.0"
info:
title: User Management API
version: "1.0.0-dev"
version: "1.0.0-dev.0"
description: >-
A Simple API for creating, editing, and deleting
users. The goal here is to offer minimal flexability
Expand Down
3 changes: 2 additions & 1 deletion backend/include/um/user_management.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// MIT License
// Copyright (c) 2020 Chris Mc
// Copyright (c) 2020 Christopher McArthur
// Version: 1.0.0-dev.0

#ifndef UM_USER_MANAGEMENT_HPP_
#define UM_USER_MANAGEMENT_HPP_
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": "user-management",
"version": "1.0.0",
"version": "1.0.0-dev.0",
"description": "React web application hosted from a C++ web server",
"main": "index.js",
"author": "Chris Mc",
Expand Down

0 comments on commit 25327c6

Please sign in to comment.