Skip to content

Commit

Permalink
Merge pull request #16 from demofoo/release/1.1.8
Browse files Browse the repository at this point in the history
Release 1.1.8
  • Loading branch information
UlisesGascon authored May 4, 2023
2 parents 3945c16 + e2bf8de commit e6fd197
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![logo](/art/demo_foo_logo.png)


**[demo.foo](https://demo.foo) offers a variety of free and open-source utilities for developers, such as test APIs, conversion tools, and more.
**[demo.foo](https://demo.foo)** offers a variety of free and open-source utilities for developers, such as test APIs, conversion tools, and more.

## Current Projects:

Expand Down
2 changes: 1 addition & 1 deletion landing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To build and run the container locally:

```bash
# Clone Repo:
git clone https://github.com/ulisesgascon/demo-foo-landing.git
git clone https://github.com/demofoo/landing.git

# Change to repo's cloned directory:
cd demo-foo-landing
Expand Down
4 changes: 2 additions & 2 deletions landing/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "landing",
"version": "1.1.7",
"version": "1.1.8",
"description": "demo.foo landing",
"main": "index.js",
"private": true,
Expand All @@ -16,14 +16,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/UlisesGascon/demo.foo.git"
"url": "git+https://github.com/demofoo/landing.git"
},
"author": "Ulises Gascón",
"license": "MIT",
"bugs": {
"url": "https://github.com/UlisesGascon/demo.foo/issues"
"url": "https://github.com/demofoo/landing/issues"
},
"homepage": "https://github.com/UlisesGascon/demo.foo#readme",
"homepage": "https://github.com/demofoo/landing#readme",
"devDependencies": {
"@linthtml/linthtml": "0.9.4",
"http-server": "14.1.1",
Expand Down
2 changes: 1 addition & 1 deletion landing/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2>What is api.demo.foo?</h2>
<footer>
<p>
We ♥️ Open Source.
<a href="https://github.com/ulisesGascon/demo.foo">Source code</a>
<a href="https://github.com/demofoo">Source code</a>
</p>
</footer>
</body>
Expand Down

0 comments on commit e6fd197

Please sign in to comment.