Skip to content

Commit

Permalink
Merge pull request #3 from koppajs/release/v0.0.3
Browse files Browse the repository at this point in the history
make it ready to 0.0.3
  • Loading branch information
koppajs committed Jul 22, 2022
2 parents 6b803fe + 3848e6d commit 24e239d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ and many more...
# Getting Started

## For absolute beginners
You can easy use the **koppa-core.2.0.5.min.js** in your HTML with the **script-tag**.
You can easy use the **koppa-core.2.0.6.min.js** in your HTML with the **script-tag**.

<br>

Expand All @@ -72,7 +72,7 @@ index.html
<head>
<meta charset="utf-8">
<title>Get Started with Koppa.js</title>
<script src="https://koppajs.s3.eu-central-1.amazonaws.com/koppa-core.2.0.5.min.js"></script>
<script src="https://koppajs.s3.eu-central-1.amazonaws.com/koppa-core.2.0.6.min.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"start": "webpack serve --config ./webpack.js"
},
"dependencies": {
"@koppajs/core": "^2.0.5",
"@koppajs/core": "^2.0.6",
"core-js": "^3.14.0",
"webpack": "^5.69.1",
"dotenv": "^16.0.0",
Expand Down

0 comments on commit 24e239d

Please sign in to comment.