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

Commit 2fa7c14

Browse files
committed
Bump version up [ci skip]
1 parent 1b919a8 commit 2fa7c14

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ In some applications, the lion's share of business logic is concentrated in dyna
1010

1111
## Clojure(Script)
1212

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

1717
## JavaScript
1818

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.xapix</groupId>
55
<artifactId>axel-f</artifactId>
6-
<version>0.2.2-SNAPSHOT</version>
6+
<version>0.2.2</version>
77
<name>axel-f</name>
88
<dependencies>
99
<dependency>

release-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axel-f",
3-
"version": "0.2.2-SNAPSHOT",
3+
"version": "0.2.2",
44
"description": "axel-f is an engine that can evaluate excel-like expressions.",
55
"homepage": "https://github.com/xapix-io/axel-f",
66
"author": "Kirill Chernyshov (https://github.com/DeLaGuardo)",

0 commit comments

Comments
 (0)