Skip to content

Commit

Permalink
👍 Release 0.4.5156 (charming-hatchler-from-weythel)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilellis committed Sep 27, 2017
1 parent df30065 commit fe3e169
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.5147
0.4.5156
2 changes: 1 addition & 1 deletion .release.details
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.5147 5147 f0d22af06a1888ae0e12042edf936030e8fc7e64 healthy-idleman-from-northrepps
0.4.5156 5156 6b7a988899a126a094981828f2a2d91aca782ab5 charming-hatchler-from-weythel
16 changes: 8 additions & 8 deletions README.staged.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

[ ![Binary Distribution](assets/download.png)](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5147.tgz)
[ ![Binary Distribution](assets/download.png)](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5156.tgz)

[![GitHub License](https://img.shields.io/github/license/sillelien/dollar.svg)](https://raw.githubusercontent.com/sillelien/dollar/master/LICENSE)
[![GitHub Issues](https://img.shields.io/github/issues/sillelien/dollar.svg)](https://github.com/sillelien/dollar/issues)
Expand All @@ -13,15 +13,15 @@

Full documentation at [http://sillelien.github.io/dollar](http://sillelien.github.io/dollar) and the manual is at [http://sillelien.github.io/dollar/manual/](http://sillelien.github.io/dollar/manual/)

[Download it Now](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5147.tgz)
[Download it Now](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5156.tgz)

## Intro

Dollar is a light-weight scripting language for the JVM. More specifically it is an integration centric, reactive dynamic programming language.

It is currently being built for the needs of server-side developers and Java developers in general who need to produce quick prototypes or write simple scripts. Furthermore it is an internet centric language where JSON and URIs are first class citizens.

[Download it Now](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5147.tgz)
[Download it Now](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5156.tgz)

**The language is currently in early but active development.**

Expand Down Expand Up @@ -59,10 +59,10 @@ Learn more at [http://sillelien.github.io/dollar](http://sillelien.github.io/dol
## Install


Download the [distribution](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5147.tgz) then run the following in your shell:
Download the [distribution](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5156.tgz) then run the following in your shell:

```bash
tar -zxvf dollar-0.4.5147.tgz
tar -zxvf dollar-0.4.5156.tgz
```

To use dollar:
Expand All @@ -77,7 +77,7 @@ Documentation is at [http://sillelien.github.io/dollar](http://sillelien.github.

Q&A: https://gitq.com/sillelien/dollar

[Download it Now](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5147.tgz)
[Download it Now](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5156.tgz)

## Maven

Expand Down Expand Up @@ -105,7 +105,7 @@ and
<dependency>
<groupId>com.sillelien</groupId>
<artifactId>dollar-xxx</artifactId>
<version>0.4.5147</version>
<version>0.4.5156</version>
</dependency>
```

Expand All @@ -116,7 +116,7 @@ Dependencies: [![Dependency Status](https://www.versioneye.com/user/projects/54a

## Docker

There is a docker image, but it is in it's infancy so better to work with the [distribution](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5147.tgz) for now.
There is a docker image, but it is in it's infancy so better to work with the [distribution](http://dollarscript.s3-website-eu-west-1.amazonaws.com/dist/dollar-0.4.5156.tgz) for now.
```bash
docker run -v $HOME/.github:/root/.github -v $HOME/.dollar:/root/.dollar -v $(pwd):/build -it sillelien/dollarscript-headless:0.4 <filename>.ds
```
Expand Down

0 comments on commit fe3e169

Please sign in to comment.