Skip to content

Commit

Permalink
Update Decap CMS version to 3.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dorukgezici committed Apr 20, 2024
1 parent 8f00125 commit e77f224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-decap-cms-oauth",
"version": "0.2.10",
"version": "0.3.0",
"description": "Add Decap CMS’s admin dashboard and a custom OAuth backend to your Astro project",
"keywords": [
"astro-integration",
Expand Down
2 changes: 1 addition & 1 deletion src/admin.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</head>
<body>
<!-- Include the script that builds the page and powers Decap CMS -->
<script src="https://unpkg.com/decap-cms@^3.1.0-beta.2/dist/decap-cms.js"></script>
<script src="https://unpkg.com/decap-cms@^3.1.10/dist/decap-cms.js"></script>
</body>
</html>

0 comments on commit e77f224

Please sign in to comment.