cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests | README | LICENSE

commit de007bc8c41643c5d48da8f1d938eca7f5b3b740
parent d1145e7147aa6566b5d68a64cd4a448ba5b9650f
Author: Heiswayi Nrird <hnrird@gmail.com>
Date:   Thu, 12 Jul 2018 22:53:21 +0800

Fixed version

Diffstat:
Mthinkspace.gemspec | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thinkspace.gemspec b/thinkspace.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "thinkspace" - spec.version = "3.0.0" + spec.version = "2.5.0" spec.authors = ["Heiswayi Nrird"] spec.email = ["heiswayi@nrird.xyz"]