Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Release: 1.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@momentum.io>
  • Loading branch information
Sam Gammon committed Sep 12, 2017
1 parent 174eddc commit 9f71caf
Show file tree
Hide file tree
Showing 696 changed files with 261 additions and 149,559 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

### Description

Version: `1.0.3`
Version: `1.0.5`

<!-- Describe what happened. Include as much detail as necessary. -->

Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

### Description

- Version: `1.0.3`
- Version: `1.0.5`
- Filed By: @sgammon
- Linked Issue: `Bloombox/OpenCannabis#1`

Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules/
languages/
release/
.DS_Store
*.DS_Store
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# OpenCannabis
## Release __1.0.3__
## Release __1.0.5__

_An Open Model for the Legal Cannabis Industry_

Expand Down Expand Up @@ -38,13 +38,11 @@ schema categories include:
- `structs`: Commonly-referenced structures and enumerations such as `Grow` and `Species`.
Pricing, testing, and other extensions are stored under `structs`.

In the `languages` folder, you'll find a language implementation for the full set of schemas.
Currently-supported languages include:

After executing `make`, in the `languages` folder, you'll find a language implementation
for the full set of schemas in each of the following languages.
- [C++](https://github.com/Bloombox/OpenCannabis/tree/master/languages/cpp)
- [C#](https://github.com/Bloombox/OpenCannabis/tree/master/languages/csharp)
- [Java](https://github.com/Bloombox/OpenCannabis/tree/master/languages/java)
- [JavaNano](https://github.com/Bloombox/OpenCannabis/tree/master/languages/javanano)
- [JavaScript](https://github.com/Bloombox/OpenCannabis/tree/master/languages/js)
- [PHP](https://github.com/Bloombox/OpenCannabis/tree/master/languages/php)
- [Python](https://github.com/Bloombox/OpenCannabis/tree/master/languages/python)
Expand All @@ -62,3 +60,4 @@ Coming soon.
### Contributing

Coming soon.

0 comments on commit 9f71caf

Please sign in to comment.