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

Commit

Permalink
Bump version up [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLaGuardo committed Sep 3, 2018
1 parent 1b919a8 commit 2fa7c14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.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"}}}`
* **Leiningen** : `[io.xapix/axel-f "0.2.2"]`
* **Boot**: `(set-env! :dependencies #(conj % [io.xapix/axel-f "0.2.2"]))`
* **deps.edn**: `{:deps {io.xapix/axel-f {:mvn/version "0.2.2"}}}`

## 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.2-SNAPSHOT</version>
<version>0.2.2</version>
<name>axel-f</name>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion release-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axel-f",
"version": "0.2.2-SNAPSHOT",
"version": "0.2.2",
"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 Down

0 comments on commit 2fa7c14

Please sign in to comment.