Skip to content

Commit

Permalink
Bump version and sentence case title
Browse files Browse the repository at this point in the history
  • Loading branch information
mddilley committed Jan 2, 2025
1 parent 0ca7460 commit 4b92f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moped-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "atd-moped-editor",
"author": "ATD Data & Technology Services",
"license": "CC0-1.0",
"version": "2.26.0",
"version": "2.27.0",
"homepage": "/moped",
"private": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion moped-editor/src/views/dev/LookupsView/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const SETTINGS = [
},
{
key: "moped_fund_status",
label: "Fund Status",
label: "Fund status",
columns: [
{
key: "funding_status_id",
Expand Down

1 comment on commit 4b92f39

@mateoclarke
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching the sentence case here

Please sign in to comment.