Skip to content

Commit

Permalink
change version number 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fu committed Sep 25, 2015
1 parent 389eddb commit bb2ad38
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# nToklo API PHP connector

Version: 0.1 beta
Version: 1.0.3 stable

This library will allow you to connect to the nToklo API and create your own applications, get tokens and the results. Full documentation of the API can be found [in the nToklo dev website](https://docs.ntoklo.com)

## Installation

###Composer

``` bash
$ composer require ntoklo/ntokloapi-php
``` bash1.0.3cstableser require ntoklo/ntokloapi-php
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ntoklo/ntokloapi-php",
"type": "library",
"version": "1.0.2",
"version": "1.0.3",
"description": "API connector for ntoklo recommendations engine",
"keywords": ["API","connector", "ntoklo", "recommendations"],
"homepage": "https://github.com/ntoklo/ntokloapi-php",
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1'
version = '1.0.3'
# The full version, including alpha/beta/rc tags.
release = 'beta'
release = 'stable'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tk.phpautodoc
sphinxcontrib-phpdomain
sphinxcontrib-phpdomainn

0 comments on commit bb2ad38

Please sign in to comment.