From 17b62934f6e91edb6fac7275de41fc0414677218 Mon Sep 17 00:00:00 2001
From: Philipp Stadler <hello@phstadler.com>
Date: Thu, 18 Jul 2024 18:57:48 +0200
Subject: [PATCH] fix(starter): correct filename in
 Bijection-from-Images/.apkg-spec.yaml

---
 .gitignore                                                   | 5 +++++
 .../{.apkg-spec.yml => .apkg-spec.yaml}                      | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
 rename content/Bijection-from-Images/{.apkg-spec.yml => .apkg-spec.yaml} (91%)

diff --git a/.gitignore b/.gitignore
index 1b763b1..30dfc56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,6 @@
 CHANGELOG.md
+hanzi-data
+templates
+LICENSE
+NOTICE
+out
diff --git a/content/Bijection-from-Images/.apkg-spec.yml b/content/Bijection-from-Images/.apkg-spec.yaml
similarity index 91%
rename from content/Bijection-from-Images/.apkg-spec.yml
rename to content/Bijection-from-Images/.apkg-spec.yaml
index 7728197..c6b5868 100644
--- a/content/Bijection-from-Images/.apkg-spec.yml
+++ b/content/Bijection-from-Images/.apkg-spec.yaml
@@ -1,4 +1,4 @@
-content_version: 2.0.3
+content_version: 1.0.0
 
 templates:
 - bijective
-- 
GitLab