Skip to content

Commit

Permalink
Merge pull request #90 from cu-mkp/dev
Browse files Browse the repository at this point in the history
Updated version number, homepage, and hero text
  • Loading branch information
ajolipa authored Apr 2, 2024
2 parents 48a3d31 + 8dba58e commit 8721a4f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion astro-web/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface Props {
cardText?: string;
}
const { title, tab, transitions = true, cardText = "A simple digital edition publication tool." } = Astro.props;
const { title, tab, transitions = true, cardText = "A simple digital critical edition publication tool." } = Astro.props;
const siteURL = "https://cu-mkp.github.io/editioncrafter";
const siteDomain = "cu-mkp.github.io";
const socialImgURL = `${siteURL}/eccard.png`;
Expand Down
2 changes: 1 addition & 1 deletion astro-web/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import interviste from '../assets/projects/thumbnails/interviste.png';
<Hero>
<div class="flex flex-col gap-y-6">
<h1 class="font-serif text-5xl">
A simple digital edition publication tool
A simple digital critical edition publication tool
</h1>
<p class="text-neutral-gray">
EditionCrafter is an easy-to-use tool for scholars, educators, and research institutions to publish digital critical editions in a low-cost and sustainable manner.
Expand Down
5 changes: 3 additions & 2 deletions editioncrafter-umd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@cu-mkp/editioncrafter-umd",
"version": "0.2.4",
"description": "",
"version": "0.2.5",
"homepage": "https://cu-mkp.github.io/editioncrafter/",
"description": "A simple digital critical edition publication tool",
"private": false,
"source": "src/index.js",
"main": "dist/editioncrafter.min.js",
Expand Down
5 changes: 3 additions & 2 deletions editioncrafter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@cu-mkp/editioncrafter",
"version": "0.2.4",
"description": "",
"version": "0.2.5",
"description": "A simple digital critical edition publication tool",
"homepage": "https://cu-mkp.github.io/editioncrafter/",
"private": false,
"main": "dist/editioncrafter.min.js",
"files": [
Expand Down

0 comments on commit 8721a4f

Please sign in to comment.