summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--photon/photon.go2
-rw-r--r--version/version.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/photon/photon.go b/photon/photon.go
index 708deae..44b4b92 100644
--- a/photon/photon.go
+++ b/photon/photon.go
@@ -1,7 +1,7 @@
// Copyright © 2022 siddharth ravikumar <s@ricketyspace.net>
// SPDX-License-Identifier: ISC
-// Functions for accessing the Photo gecoding API.
+// Functions for accessing the Photon gecoding API.
package photon
import (
diff --git a/version/version.go b/version/version.go
index 222986a..36def98 100644
--- a/version/version.go
+++ b/version/version.go
@@ -4,4 +4,4 @@
// Peach version.
package version
-const Version = "0.3.0"
+const Version = "0.3.1.dev1"