Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #510 from openforge/version-bump-2.5.2
Browse files Browse the repository at this point in the history
chore(package.json): bump verson to 2.5.2
  • Loading branch information
Wholloran authored Feb 14, 2020
2 parents 32a6841 + c685aab commit 93f0da3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cypress/integration/app-footer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe('Footer', function() {
it('Check that the title and column texts', function() {
cy.visit('localhost:3333');
cy.get('footer')
.contains('© OpenForge 2019 v2.5.1')
.contains('© OpenForge 2019 v2.5.2')
.should('exist')
.and('be.visible');
});
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openforge/main-website",
"private": true,
"version": "2.5.1",
"version": "2.5.2",
"description": "The official website for OpenForge",
"files": [
"dist/"
Expand Down
2 changes: 1 addition & 1 deletion src/components/app-footer/app-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class AppFooter {

<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<p class="copyright">&copy; OpenForge 2019 v2.5.1</p>
<p class="copyright">&copy; OpenForge 2019 v2.5.2</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 order-first order-md-2 social">
<p class="follow">
Expand Down

0 comments on commit 93f0da3

Please sign in to comment.