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

Commit c685aab

Browse files
committed
chore(package.json): bump verson to 2.5.2
1 parent 32a6841 commit c685aab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cypress/integration/app-footer.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('Footer', function() {
9595
it('Check that the title and column texts', function() {
9696
cy.visit('localhost:3333');
9797
cy.get('footer')
98-
.contains('© OpenForge 2019 v2.5.1')
98+
.contains('© OpenForge 2019 v2.5.2')
9999
.should('exist')
100100
.and('be.visible');
101101
});

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openforge/main-website",
33
"private": true,
4-
"version": "2.5.1",
4+
"version": "2.5.2",
55
"description": "The official website for OpenForge",
66
"files": [
77
"dist/"

src/components/app-footer/app-footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class AppFooter {
7373

7474
<div class="row">
7575
<div class="col-lg-6 col-md-6 col-sm-12">
76-
<p class="copyright">&copy; OpenForge 2019 v2.5.1</p>
76+
<p class="copyright">&copy; OpenForge 2019 v2.5.2</p>
7777
</div>
7878
<div class="col-lg-6 col-md-6 col-sm-12 order-first order-md-2 social">
7979
<p class="follow">

0 commit comments

Comments
 (0)