Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #169 from planetf1/issue167b
Browse files Browse the repository at this point in the history
#167 update version to 2.10
  • Loading branch information
planetf1 authored May 27, 2021
2 parents 4088df0 + 5e3a5f6 commit 481089f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The version in the package.json can be updated using he command 'npm version pre

## Release Notes

This is the release 2.10 release candidate - currently under development.
Refer to GitHub change history.

## Project structure
This project is a [Create React App](https://reactjs.org/docs/create-a-new-react-app.html).
Expand Down
2 changes: 1 addition & 1 deletion cra-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egeria-react-ui-client",
"version": "2.10.0-rc.0",
"version": "2.10.0",
"description": "Egeria React User Interface client component.",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion cra-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egeria-react-ui-server",
"version": "2.10.0-rc.0",
"version": "2.10.0",
"private": true,
"description": "Egeria React User Interface server component, also known as the presentation server.",
"main": "index.js",
Expand Down

0 comments on commit 481089f

Please sign in to comment.