Skip to content

Commit

Permalink
Merge branch 'hotfix/0.130.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescdavis committed Jan 3, 2020
2 parents 1f78c7c + 1418951 commit 89382a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.130.2] - 2020-01-03
## Fixed
- removed errant text regarding updated preprint file needing to have the same name

## [0.130.1] - 2020-01-02
### Changed
- skip probalistic file uploader tests
Expand Down
2 changes: 1 addition & 1 deletion app/locales/en/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export default {
'file-uploader': {
dropzone_message: 'Drop {{documentType.singular}} file here to upload',
title_placeholder: 'Enter {{documentType.singular}} title',
update_version: 'Update {{documentType.singular}} file version. File must have the same name as the original.',
update_version: 'Update {{documentType.singular}} file version.',
could_not_create_preprint: 'Could not create preprint. Please try again.',
could_not_update_title: 'Could not update title. Please try again.',
version_error: 'This is not a version of the current {{documentType.singular}} file.',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preprint-service",
"version": "0.130.1",
"version": "0.130.2",
"description": "Center for Open Science Preprint Service",
"license": "Apache-2.0",
"author": "",
Expand Down

0 comments on commit 89382a4

Please sign in to comment.