Skip to content

Commit

Permalink
version 0.0.1 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
takemikami authored Oct 15, 2020
1 parent cf7253e commit dddf208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ configurations {
provided
}

version = "0.1.0"
version = "0.0.1"

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down Expand Up @@ -89,7 +89,7 @@ Gem::Specification.new do |spec|
spec.version = "${project.version}"
spec.authors = ["Mikami, Takeshi"]
spec.summary = %[Sparql input plugin for Embulk]
spec.description = %[Loads records from Sparql.]
spec.description = %[Loads records by Sparql.]
spec.email = ["[email protected]"]
spec.licenses = ["MIT"]
spec.homepage = "https://github.com/takemikami/embulk-input-sparql"
Expand Down

0 comments on commit dddf208

Please sign in to comment.