From 0d1d1452791504a4b5a670b866c775b603d257be Mon Sep 17 00:00:00 2001 From: jakob Date: Sun, 31 Mar 2019 10:52:51 -0400 Subject: [PATCH] updated version --- package.yaml | 8 ++++---- treescript-interpreter/Cargo.lock | 2 +- treescript-interpreter/Cargo.toml | 6 +++--- treescript-interpreter/README.md | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.yaml b/package.yaml index 8c6789c..e511406 100644 --- a/package.yaml +++ b/package.yaml @@ -1,9 +1,9 @@ name: treescript version: 0.1.0.0 github: "jakobeha/treescript" -git: "https://github.org/jakobeha/treescript" -homepage: "https://github.org/jakobeha/treescript/src/master/README.md" -bug-reports: "https://github.org/jakobeha/treescript/issues" +git: "https://github.com/jakobeha/treescript" +homepage: "https://github.com/jakobeha/treescript/src/master/README.md" +bug-reports: "https://github.com/jakobeha/treescript/issues" license: GPL-3 author: "Jakob Hain" maintainer: "jakobeha@gmail.com" @@ -16,7 +16,7 @@ category: Language # To avoid duplicated efforts in documentation and dealing with the # complications of embedding Haddock markup inside cabal files, it is # common to point users to the README.md file. -description: Please see the README on GitHub at +description: Please see the README on GitHub at extra-source-files: - README.md diff --git a/treescript-interpreter/Cargo.lock b/treescript-interpreter/Cargo.lock index 5edac38..e070a53 100644 --- a/treescript-interpreter/Cargo.lock +++ b/treescript-interpreter/Cargo.lock @@ -487,7 +487,7 @@ dependencies = [ [[package]] name = "treescript-interpreter" -version = "0.1.0" +version = "0.1.1" dependencies = [ "Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/treescript-interpreter/Cargo.toml b/treescript-interpreter/Cargo.toml index 677e9da..00282f0 100644 --- a/treescript-interpreter/Cargo.toml +++ b/treescript-interpreter/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "treescript-interpreter" -version = "0.1.0" +version = "0.1.1" authors = ["jakob "] license = "GPL-3.0-or-later" description = "TreeScript interpreter, with some built-in libraries and API to create more" readme = "README.md" -homepage = "https://github.org/jakobeha/treescript/treescript-interpreter" -repository = "https://github.org/jakobeha/treescript" +homepage = "https://github.com/jakobeha/treescript/treescript-interpreter" +repository = "https://github.com/jakobeha/treescript" keywords = ["cli", "interpreter"] categories = ["command-line-utilities"] edition = "2018" diff --git a/treescript-interpreter/README.md b/treescript-interpreter/README.md index 56b76dd..d9eb237 100644 --- a/treescript-interpreter/README.md +++ b/treescript-interpreter/README.md @@ -1,6 +1,6 @@ # TreeScript Interpreter -An interpreter for the [TreeScript](https://github.org/jakobeha/treescript#readme) language. +An interpreter for the [TreeScript](https://github.com/jakobeha/treescript#readme) language. Additionally: