8000 Closing 0.2.10 · mst-appear/postgresql-async@627b000 · GitHub
[go: up one dir, main page]

Skip to content

Commit 627b000

Browse files
committed
Closing 0.2.10
1 parent 64bc6fa commit 627b000

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.2.10 - none
3+
## 0.2.10 - 2013-12-18
44

55
* Removed application_name from PostgreSQL default connection values - #70
66

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you want information specific to the drivers, check the [PostgreSQL README](p
1616
And if you're in a hur 8000 ry, you can include them in your build like this, if you're using PostgreSQL:
1717

1818
```scala
19-
"com.github.mauricio" %% "postgresql-async" % "0.2.9"
19+
"com.github.mauricio" %% "postgresql-async" % "0.2.10"
2020
```
2121

2222
Or Maven:
@@ -25,14 +25,14 @@ Or Maven:
2525
<dependency>
2626
<groupId>com.github.mauricio</groupId>
2727
<artifactId>postgresql-async_2.10</artifactId>
28-
<version>0.2.9</version>
28+
<version>0.2.10</version>
2929
</dependency>
3030
```
3131

3232
And if you're into MySQL:
3333

3434
```scala
35-
"com.github.mauricio" %% "mysql-async" % "0.2.9"
35+
"com.github.mauricio" %% "mysql-async" % "0.2.10"
3636
```
3737

3838
Or Maven:
@@ -41,7 +41,7 @@ Or Maven:
4141
<dependency>
4242
<groupId>com.github.mauricio</groupId>
4343
<artifactId>mysql-async_2.10</artifactId>
44-
<version>0.2.9</version>
44+
<version>0.2.10</version>
4545
</dependency>
4646
```
4747

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object ProjectBuild extends Build {
4545

4646
object Configuration {
4747

48-
val commonVersion = "0.2.10-SNAPSHOT"
48+
val commonVersion = "0.2.10"
4949
val projectScalaVersion = "2.10.3"
5050

5151
val specs2Dependency = "org.specs2" %% "specs2" % "2.3.4" % "test"

0 commit comments

Comments
 (0)
0