logo

1-pixel-wealth

Source code for <https://mkorostoff.github.io/1-pixel-wealth/>: Wealth shown to scale
commit: 091f2b4df7198a1354732b5a3d9caa9c8af25abe
parent fa71c1d672017551395118dc6ce581cb832d3f33
Author: Matt Korostoff <MKorostoff@gmail.com>
Date:   Sun,  3 May 2020 13:57:14 -0400

Bump version on static resources

Diffstat:

Mindex.html4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html @@ -24,7 +24,7 @@ <meta property="og:description" content="Wealth inequality in the United States is out of control. Here we visualize the issue in a unique way." /> <meta property="og:image" content="https://mkorostoff.github.io/1-pixel-wealth/img/off-the-chart.png" /> - <link rel="stylesheet" type="text/css" href="main.css?version=1.0"> + <link rel="stylesheet" type="text/css" href="main.css?version=1.1"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" /> </head> <body> @@ -635,6 +635,6 @@ </div> </div> -<script type="text/javascript" src="main.js?version=1.0"></script> +<script type="text/javascript" src="main.js?version=1.1"></script> </body> </html>