File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,24 +25,24 @@ Add the following dependencies to project classpath
2525<dependency >
2626 <groupId >tools.dynamia.modules</groupId >
2727 <artifactId >tools.dynamia.modules.saas</artifactId >
28- <version >3.1.3 </version >
28+ <version >3.2.2 </version >
2929</dependency >
3030```
3131
3232``` xml
3333<dependency >
3434 <groupId >tools.dynamia.modules</groupId >
3535 <artifactId >tools.dynamia.modules.saas.ui</artifactId >
36- <version >3.1.3 </version >
36+ <version >3.2.2 </version >
3737</dependency >
3838
3939```
4040
4141** Gradle**
4242
4343``` groovy
44- compile 'tools.dynamia.modules:tools.dynamia.modules.saas:3.1.3 '
45- compile 'tools.dynamia.modules:tools.dynamia.modules.saas.ui:3.1.3 '
44+ compile 'tools.dynamia.modules:tools.dynamia.modules.saas:3.2.2 '
45+ compile 'tools.dynamia.modules:tools.dynamia.modules.saas.ui:3.2.2 '
4646```
4747
4848## Usage
@@ -81,7 +81,7 @@ For your modules you only require the API dependency
8181<dependency >
8282 <groupId >tools.dynamia.modules</groupId >
8383 <artifactId >tools.dynamia.modules.saas.api</artifactId >
84- <version >3.1.3 </version >
84+ <version >3.2.2 </version >
8585</dependency >
8686```
8787
You can’t perform that action at this time.
0 commit comments