diff --git a/License b/License
--- a/License
+++ b/License
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2022-2025 Ingy döt Net <ingy@ingy.net> and contributors
+Copyright (c) 2022-2026 Ingy döt Net <ingy@ingy.net> and contributors
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
diff --git a/lib/YAMLScript.hs b/lib/YAMLScript.hs
--- a/lib/YAMLScript.hs
+++ b/lib/YAMLScript.hs
@@ -1,4 +1,4 @@
--- Copyright 2022-2025 Ingy döt Net
+-- Copyright 2022-2026 Ingy döt Net
 -- This code is licensed under MIT license (See License for details)
 
 {-# LANGUAGE ForeignFunctionInterface #-}
diff --git a/lib/YAMLScript/FFI.hs b/lib/YAMLScript/FFI.hs
--- a/lib/YAMLScript/FFI.hs
+++ b/lib/YAMLScript/FFI.hs
@@ -1,4 +1,4 @@
--- Copyright 2022-2025 Ingy döt Net
+-- Copyright 2022-2026 Ingy döt Net
 -- This code is licensed under MIT license (See License for details)
 
 {-# LANGUAGE ForeignFunctionInterface #-}
diff --git a/test/Main.hs b/test/Main.hs
--- a/test/Main.hs
+++ b/test/Main.hs
@@ -1,4 +1,4 @@
--- Copyright 2022-2025 Ingy döt Net
+-- Copyright 2022-2026 Ingy döt Net
 -- This code is licensed under MIT license (See License for details)
 
 module Main where
diff --git a/test/Test.hs b/test/Test.hs
--- a/test/Test.hs
+++ b/test/Test.hs
@@ -1,4 +1,4 @@
--- Copyright 2022-2025 Ingy döt Net
+-- Copyright 2022-2026 Ingy döt Net
 -- This code is licensed under MIT license (See License for details)
 
 {-# LANGUAGE OverloadedStrings #-}
diff --git a/test/YAMLScript/Tests.hs b/test/YAMLScript/Tests.hs
--- a/test/YAMLScript/Tests.hs
+++ b/test/YAMLScript/Tests.hs
@@ -1,4 +1,4 @@
--- Copyright 2022-2025 Ingy döt Net
+-- Copyright 2022-2026 Ingy döt Net
 -- This code is licensed under MIT license (See License for details)
 
 {-# LANGUAGE OverloadedStrings #-}
diff --git a/yamlscript.cabal b/yamlscript.cabal
--- a/yamlscript.cabal
+++ b/yamlscript.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               yamlscript
-version:            0.2.12.0
+version:            0.2.13.0
 synopsis:           Haskell bindings for YAMLScript
 description:        Haskell bindings for YAMLScript, a functional
                     programming language with YAML syntax.
@@ -9,8 +9,8 @@
                     while maintaining compatibility with standard YAML.
 license:            MIT
 license-file:       License
-author:             Ingy döt Net <ingy@ingy.net>
-maintainer:         Ingy döt Net <ingy@ingy.net>
+author:             Ingy d?t Net <ingy@ingy.net>
+maintainer:         Ingy d?t Net <ingy@ingy.net>
 category:           Data, Text, YAML
 homepage:           https://yamlscript.org
 bug-reports:        https://github.com/yaml/yamlscript/issues
