Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Prepare 0.2.1 release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLaGuardo committed Aug 29, 2018
1 parent 8aba220 commit 3cbf044
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ In some applications, the lion's share of business logic is concentrated in dyna

## Clojure(Script)

* **Leiningen** : `[io.xapix/axel-f "0.2.0"]`
* **Boot**: `(set-env! :dependencies #(conj % [io.xapix/axel-f "0.2.0"]))`
* **deps.edn**: `{:deps {io.xapix/axel-f {:mvn/version "0.2.0"}}}`
* **Leiningen** : `[io.xapix/axel-f "0.2.1"]`
* **Boot**: `(set-env! :dependencies #(conj % [io.xapix/axel-f "0.2.1"]))`
* **deps.edn**: `{:deps {io.xapix/axel-f {:mvn/version "0.2.1"}}}`

## JavaScript

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.xapix</groupId>
<artifactId>axel-f</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<name>axel-f</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions release-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axel-f",
"version": "0.2.1-SNAPSHOT",
"version": "0.2.1",
"description": "axel-f is an engine that can evaluate excel-like expressions.",
"homepage": "https://github.com/xapix-io/axel-f",
"author": "Kirill Chernyshov (https://github.com/DeLaGuardo)",
Expand All @@ -21,7 +21,7 @@
"bugs": {
"url": "https://github.com/xapix-io/axel-f/issues"
},
"license": "EPL-2.0",
"license": "EPL-1.0",
"main": "./axel_f.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3cbf044

Please sign in to comment.