Skip to content

Commit

Permalink
Bump to v2.0.0 and bump Copyright year (#3948)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlyp authored May 20, 2024
1 parent 7cb80bb commit f666aa1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016-2022 The Decred developers
Copyright (c) 2016-2024 The Decred developers

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 1 addition & 1 deletion app/components/modals/AboutModal/AboutModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const AboutModal = ({ show, onCancelModal }) => {
)}
</div>
<div className={styles.bottomAreaMiddle}>
Copyright &copy; 2020-2022{" "}
Copyright &copy; 2020-2024{" "}
<ExternalLink href="https://decred.org">Decred</ExternalLink>
</div>
<div className={styles.bottomAreaRight}>
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decrediton",
"productName": "Decrediton",
"version": "1.8.0",
"version": "2.0.0",
"description": "Graphical wallet for Decred supporting staking, privacy, and decentralized exchange.",
"main": "./main.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decrediton",
"productName": "Decrediton",
"version": "1.8.0",
"version": "2.0.0",
"description": "Decrediton based on React, React Router, Webpack, React Hot Loader for rapid application development",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit f666aa1

Please sign in to comment.