Skip to content

Commit

Permalink
Align package version with tag
Browse files Browse the repository at this point in the history
We tagged this release, but the package.json didn't get updated because
my missconfiguration of the github rules prevented zorgbort from pushing
the commit.
  • Loading branch information
jrjohnson committed Aug 5, 2024
1 parent a720e00 commit df98d68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "41.7.0",
"version": "41.8.0",
"description": "Curriculum Management System for the Health Professions",
"repository": "https://github.com/ilios/frontend",
"license": "MIT",
Expand Down Expand Up @@ -158,4 +158,4 @@
"dependencies": {
"ember-auto-import": "^2.7.3"
}
}
}
4 changes: 2 additions & 2 deletions packages/lti-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lti-dashboard",
"version": "41.7.0",
"version": "41.8.0",
"description": "LTI App for ilios integration",
"license": "MIT",
"author": "The Ilios team <[email protected]>",
Expand Down Expand Up @@ -114,4 +114,4 @@
]
},
"private": true
}
}

0 comments on commit df98d68

Please sign in to comment.