summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-06 18:12:11 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-06 18:12:11 -0400
commit79ffe459392be4825a8c8bf14f18c9f6e9a381c5 (patch)
tree07f33af6a04e21e11420806072c813b132ce9506
parent118b46fe76fa3dbd5118eea66d2d76dc51563274 (diff)
photon: fix type in doc
-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"