Skip to content

Commit d8a45c9

Browse files
committed
bump dev version
1 parent 413641a commit d8a45c9

File tree

14 files changed

+38
-38
lines changed

14 files changed

+38
-38
lines changed

current-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1-SNAPSHOT
1+
1.4.0-SNAPSHOT

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.typedclojure</groupId>
66
<artifactId>pom.typed</artifactId>
7-
<version>1.3.1-SNAPSHOT</version>
7+
<version>1.4.0-SNAPSHOT</version>
88
<name>pom</name>
99
<description>An optional type system for Clojure</description>
1010
<packaging>pom</packaging>
@@ -193,62 +193,62 @@
193193
<dependency>
194194
<groupId>org.typedclojure</groupId>
195195
<artifactId>typed.cljc.analyzer</artifactId>
196-
<version>1.3.1-SNAPSHOT</version>
196+
<version>1.4.0-SNAPSHOT</version>
197197
</dependency>
198198
<dependency>
199199
<groupId>org.typedclojure</groupId>
200200
<artifactId>typed.cljs.analyzer</artifactId>
201-
<version>1.3.1-SNAPSHOT</version>
201+
<version>1.4.0-SNAPSHOT</version>
202202
</dependency>
203203
<dependency>
204204
<groupId>org.typedclojure</groupId>
205205
<artifactId>typed.clj.analyzer</artifactId>
206-
<version>1.3.1-SNAPSHOT</version>
206+
<version>1.4.0-SNAPSHOT</version>
207207
</dependency>
208208
<dependency>
209209
<groupId>org.typedclojure</groupId>
210210
<artifactId>typed.cljs.checker</artifactId>
211-
<version>1.3.1-SNAPSHOT</version>
211+
<version>1.4.0-SNAPSHOT</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>org.typedclojure</groupId>
215215
<artifactId>typed.clj.checker</artifactId>
216-
<version>1.3.1-SNAPSHOT</version>
216+
<version>1.4.0-SNAPSHOT</version>
217217
</dependency>
218218
<dependency>
219219
<groupId>org.typedclojure</groupId>
220220
<artifactId>typed.clj.runtime</artifactId>
221-
<version>1.3.1-SNAPSHOT</version>
221+
<version>1.4.0-SNAPSHOT</version>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.typedclojure</groupId>
225225
<artifactId>typed.cljs.runtime</artifactId>
226-
<version>1.3.1-SNAPSHOT</version>
226+
<version>1.4.0-SNAPSHOT</version>
227227
</dependency>
228228
<dependency>
229229
<groupId>org.typedclojure</groupId>
230230
<artifactId>typed.lib.clojure</artifactId>
231-
<version>1.3.1-SNAPSHOT</version>
231+
<version>1.4.0-SNAPSHOT</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>org.typedclojure</groupId>
235235
<artifactId>typed.lib.core.async</artifactId>
236-
<version>1.3.1-SNAPSHOT</version>
236+
<version>1.4.0-SNAPSHOT</version>
237237
</dependency>
238238
<dependency>
239239
<groupId>org.typedclojure</groupId>
240240
<artifactId>typed.lib.spec.alpha</artifactId>
241-
<version>1.3.1-SNAPSHOT</version>
241+
<version>1.4.0-SNAPSHOT</version>
242242
</dependency>
243243
<dependency>
244244
<groupId>org.typedclojure</groupId>
245245
<artifactId>typed.clj.spec</artifactId>
246-
<version>1.3.1-SNAPSHOT</version>
246+
<version>1.4.0-SNAPSHOT</version>
247247
</dependency>
248248
<dependency>
249249
<groupId>org.typedclojure</groupId>
250250
<artifactId>typed.malli</artifactId>
251-
<version>1.3.1-SNAPSHOT</version>
251+
<version>1.4.0-SNAPSHOT</version>
252252
</dependency>
253253
<dependency>
254254
<groupId>org.clojure</groupId>

typed/clj.analyzer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.clj.analyzer</artifactId>
77
<description>A variant of tools.analyzer.jvm.</description>
88
<name>typed.clj.analyzer</name>
9-
<version>1.3.1-SNAPSHOT</version>
9+
<version>1.4.0-SNAPSHOT</version>
1010

1111
<licenses>
1212
<license>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.typedclojure</groupId>
2121
<artifactId>pom.typed</artifactId>
22-
<version>1.3.1-SNAPSHOT</version>
22+
<version>1.4.0-SNAPSHOT</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

typed/clj.checker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.clj.checker</artifactId>
77
<name>typed.clj.checker</name>
88
<description>An optional type system for Clojure — full system for annotating and type-checking.</description>
9-
<version>1.3.1-SNAPSHOT</version>
9+
<version>1.4.0-SNAPSHOT</version>
1010

1111
<licenses>
1212
<license>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.typedclojure</groupId>
2121
<artifactId>pom.typed</artifactId>
22-
<version>1.3.1-SNAPSHOT</version>
22+
<version>1.4.0-SNAPSHOT</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

typed/clj.runtime/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.clj.runtime</artifactId>
77
<description>An optional type system for Clojure — zero-dependency artifact for annotations only.</description>
88
<name>typed.clj.runtime</name>
9-
<version>1.3.1-SNAPSHOT</version>
9+
<version>1.4.0-SNAPSHOT</version>
1010
<packaging>clojure</packaging>
1111

1212
<licenses>
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.typedclojure</groupId>
2222
<artifactId>pom.typed</artifactId>
23-
<version>1.3.1-SNAPSHOT</version>
23+
<version>1.4.0-SNAPSHOT</version>
2424
<relativePath>../..</relativePath>
2525
</parent>
2626

typed/clj.spec/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.clj.spec</artifactId>
77
<description>Type-like specs.</description>
88
<name>typed.clj.spec</name>
9-
<version>1.3.1-SNAPSHOT</version>
9+
<version>1.4.0-SNAPSHOT</version>
1010

1111
<licenses>
1212
<license>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.typedclojure</groupId>
2121
<artifactId>pom.typed</artifactId>
22-
<version>1.3.1-SNAPSHOT</version>
22+
<version>1.4.0-SNAPSHOT</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

typed/cljc.analyzer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.cljc.analyzer</artifactId>
77
<description>A variant of tools.analyzer.</description>
88
<name>typed.cljc.analyzer</name>
9-
<version>1.3.1-SNAPSHOT</version>
9+
<version>1.4.0-SNAPSHOT</version>
1010

1111
<licenses>
1212
<license>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.typedclojure</groupId>
2121
<artifactId>pom.typed</artifactId>
22-
<version>1.3.1-SNAPSHOT</version>
22+
<version>1.4.0-SNAPSHOT</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

typed/cljs.analyzer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.cljs.analyzer</artifactId>
77
<description>A variant of tools.analyzer.js.</description>
88
<name>typed.cljs.analyzer</name>
9-
<version>1.3.1-SNAPSHOT</version>
9+
<version>1.4.0-SNAPSHOT</version>
1010

1111
<licenses>
1212
<license>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.typedclojure</groupId>
2121
<artifactId>pom.typed</artifactId>
22-
<version>1.3.1-SNAPSHOT</version>
22+
<version>1.4.0-SNAPSHOT</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

typed/cljs.checker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.cljs.checker</artifactId>
77
<name>typed.cljs.checker</name>
88
<description>An optional type system for ClojureScript — full system for annotating and type-checking.</description>
9-
<version>1.3.1-SNAPSHOT</version>
9+
<version>1.4.0-SNAPSHOT</version>
1010

1111
<licenses>
1212
<license>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.typedclojure</groupId>
2121
<artifactId>pom.typed</artifactId>
22-
<version>1.3.1-SNAPSHOT</version>
22+
<version>1.4.0-SNAPSHOT</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

typed/cljs.runtime/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.cljs.runtime</artifactId>
77
<description>Runtime dependencies for ClojureScript type system.</description>
88
<name>typed.cljs.runtime</name>
9-
<version>1.3.1-SNAPSHOT</version>
9+
<version>1.4.0-SNAPSHOT</version>
1010

1111
<licenses>
1212
<license>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.typedclojure</groupId>
2121
<artifactId>pom.typed</artifactId>
22-
<version>1.3.1-SNAPSHOT</version>
22+
<version>1.4.0-SNAPSHOT</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy