Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sduckett committed Oct 12, 2018
1 parent 7467d34 commit b64a333
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ with the following tags indicating the components affected:
- `TOOLING` refers to changes to tooling that falls outside the UI or API, such
as the RLA export.

## 2.0.5 - SNAPSHOT - In development
## 2.0.6 - SNAPSHOT - In development

## 2.0.5 - Bugfix release

- [API - Adjust where discrepancies appear in the DoS dashboard][pr80]
- [UI - Add CDOS contact info][pr81]
- [UI - Remove 'Vote for X' text from data entry and review screens][pr78]
Expand Down
2 changes: 1 addition & 1 deletion client/npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corla-client",
"version": "2.0.5-SNAPSHOT",
"version": "2.0.5",
"description": "Browser-based client to facilitate risk-limiting audits for the State of Colorado.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/eclipse-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>us.freeandfair.production</groupId>
<artifactId>corla-server</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
<name>ColoradoRLA</name>
<description>A risk-limiting audit system for the State of Colorado</description>
<properties>
Expand Down

0 comments on commit b64a333

Please sign in to comment.