Skip to content

Commit c56eb8c

Browse files
committed
version up v0.1.2
1 parent c24e7d4 commit c56eb8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _export:
1919
#- file:///path/to/digdag-plugin-mssql/build/repo
2020
#- https://jitpack.io
2121
dependencies:
22-
- com.github.kulmam92:digdag-plugin-mssql:0.1.1
22+
- com.github.kulmam92:digdag-plugin-mssql:0.1.2
2323

2424
mssql:
2525
host: localhost

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'idea'
1111
apply plugin: 'net.ltgt.apt'
1212

1313
group = 'com.github.kulmam92'
14-
version = '0.1.2-SNAPSHOT'
14+
version = '0.1.2'
1515

1616
def digdagVersion = '0.9.31'
1717

sample/plugin.dig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ _export:
55
#- https://dl.bintray.com/digdag/maven
66
#- https://jitpack.io
77
dependencies:
8-
- com.github.kulmam92:digdag-plugin-mssql:0.1.2-SNAPSHOT
8+
- com.github.kulmam92:digdag-plugin-mssql:0.1.2
99
mssql:
1010
host: localhost
1111
user: sa

0 commit comments

Comments
 (0)