Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakobeha committed Mar 31, 2019
1 parent de0388a commit 0d1d145
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -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: "[email protected]"
Expand All @@ -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 <https://github.org/jakobeha/treescript#readme>
description: Please see the README on GitHub at <https://github.com/jakobeha/treescript#readme>

extra-source-files:
- README.md
Expand Down
2 changes: 1 addition & 1 deletion treescript-interpreter/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions treescript-interpreter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "treescript-interpreter"
version = "0.1.0"
version = "0.1.1"
authors = ["jakob <[email protected]>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion treescript-interpreter/README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 0d1d145

Please sign in to comment.