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

Commit 376dee0

Browse files
authored
Merge pull request #487 from openforge/feat/bump-2.5.1
feat(version): bump to 2.5.1
2 parents 10b4046 + 5896b23 commit 376dee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0",
4+
"version": "2.5.1",
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
@@ -53,7 +53,7 @@ export class AppFooter {
5353

5454
<div class="row">
5555
<div class="col-lg-6 col-md-6 col-sm-12">
56-
<p class="copyright">&copy; OpenForge 2019 v2.5.0</p>
56+
<p class="copyright">&copy; OpenForge 2019 v2.5.1</p>
5757
</div>
5858
<div class="col-lg-6 col-md-6 col-sm-12 order-first order-md-2 social">
5959
<p class="follow">

0 commit comments

Comments
 (0)