Skip to content

Commit

Permalink
Merge tag '1.0.0-beta.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
groganz committed Feb 16, 2015
2 parents 6e5cd64 + 83e4958 commit 854fa9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions administrator/installation/ce.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ CampaignChain base system. Please note that this might take a while.

.. code-block:: bash
$ composer create-project campaignchain/campaignchain-ce campaignchain 1.0.0-alpha.4
$ composer create-project campaignchain/campaignchain-ce campaignchain 1.0.0-beta.1
5. Configure Base System
------------------------
Expand Down Expand Up @@ -111,11 +111,6 @@ runs the Web server on port 80 of IP address 192.168.1.1:

Hop over to http://localhost:8000/campaignchain/install.php and follow the instructions.

10. Install Modules
-------------------

You can easily add modules (e.g. to post on Twitter or Facebook) at http://localhost:8000/modules/new/.

Success!
--------

Expand Down
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.0-alpha.4'
version = '1.0.0-beta.1'
# The full version, including alpha/beta/rc tags.
release = '1.0.0-alpha.4'
release = '1.0.0-beta.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 854fa9f

Please sign in to comment.