Skip to content

Commit

Permalink
bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Jan 17, 2020
1 parent ee58fcd commit df948cc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocwa-frontend",
"version": "2.1.1",
"version": "3.0.0",
"main": "src/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion microservices/forumApi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "forumApi",
"author": "Brandon Sharratt",
"version": "2.1.1",
"version": "3.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
Expand Down
2 changes: 1 addition & 1 deletion microservices/policyApi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def run_tests(self):
name='policy',
author='Brandon Sharratt',
author_email='',
version='2.1.1',
version='3.0.0',
description="OCWA Policy API",
long_description=read('README.md'),
license='Apache 2.0',
Expand Down
2 changes: 1 addition & 1 deletion microservices/projectApi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "project-api",
"author": "Jeremy Ho",
"version": "2.1.1",
"version": "3.0.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion microservices/requestApi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "requestApi",
"author": "Brandon Sharratt",
"version": "2.1.1",
"version": "3.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
Expand Down
2 changes: 1 addition & 1 deletion microservices/shared/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ocwa-clients",
"author": "Jeremy Ho",
"version": "2.1.1",
"version": "3.0.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion microservices/validateApi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run_tests(self):
name='validate',
author='Brandon Sharratt',
author_email='',
version='2.1.1',
version='3.0.0',
description="OCWA Validate API",
long_description=read('README.md'),
license='Apache 2.0',
Expand Down

0 comments on commit df948cc

Please sign in to comment.