Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Commit

Permalink
Bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abesto committed Jan 18, 2015
1 parent f2f0957 commit 805974d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "net.abesto"

name := "Duolingo-To-Anki"

version := "0.2.2"
version := "0.2.3"

scalaVersion := "2.10.4"

Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/net/abesto/duolingotoanki/Constants.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package net.abesto.duolingotoanki

object Constants {
val APP_NAME = "Duolingo-to-Anki"
val APP_VERSION = "0.2.2"
val APP_VERSION = "0.2.3"
val APP_HOMEPAGE = "https://github.com/abesto/duolingo-to-anki"

val USER_AGENT = s"$APP_NAME $APP_VERSION ($APP_HOMEPAGE)"
Expand Down

0 comments on commit 805974d

Please sign in to comment.