Compare commits
2 Commits
v0.1.1-dev
...
v0.1.1-dev
Author | SHA1 | Date |
---|---|---|
semantic-release-bot | dd26cbfbfa | |
Derrick Hammer | 82c85455cc |
|
@ -1,3 +1,10 @@
|
|||
## [0.1.1-develop.4](https://git.lumeweb.com/LumeWeb/web3extension.io/compare/v0.1.1-develop.3...v0.1.1-develop.4) (2023-08-14)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* wrong donation url ([82c8545](https://git.lumeweb.com/LumeWeb/web3extension.io/commit/82c85455cc98e125e336cbc6a18a539c7e9a2f72))
|
||||
|
||||
## [0.1.1-develop.3](https://git.lumeweb.com/LumeWeb/web3extension.io/compare/v0.1.1-develop.2...v0.1.1-develop.3) (2023-08-13)
|
||||
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@lumeweb/web3extension.io",
|
||||
"version": "0.1.1-develop.3",
|
||||
"version": "0.1.1-develop.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lumeweb/web3extension.io",
|
||||
"version": "0.1.1-develop.3",
|
||||
"version": "0.1.1-develop.4",
|
||||
"dependencies": {
|
||||
"@astrojs/image": "^0.16.6",
|
||||
"@astrojs/react": "^2.1.1",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@lumeweb/web3extension.io",
|
||||
"type": "module",
|
||||
"version": "0.1.1-develop.3",
|
||||
"version": "0.1.1-develop.4",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -26,13 +26,13 @@ import svgOsi from '/src/assets/osi.svg?raw';
|
|||
Support Lume Web, help us build
|
||||
</h3>
|
||||
<p>
|
||||
There's a lot of hype around "Web3" and "The Metaverse" as people see money in it, similar to the second .com boom. However, many platforms claiming to be "Web3" are just trying to make money off you and aren't truly secure or decentralized.
|
||||
There's a lot of hype around "Web3" and "The Metaverse" as people see money in it, similar to the second .com boom. However, many platforms claiming to be "Web3" are just trying to make money off you and aren't truly secure or decentralized.
|
||||
</p>
|
||||
<p>
|
||||
While some services have technology that can be building blocks for the next internet, many become centralized "SaaS" services that aim to sell something, creating another walled garden with blockchain technology mixed in.
|
||||
</p>
|
||||
<div>
|
||||
<a href="https://lumeweb.com/donation" class="btn-main">Make a donation</a>
|
||||
<a href="https://lumeweb.com/donate" class="btn-main">Make a donation</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue