Skip to content

Commit

Permalink
update version to 0.2.2
Browse files Browse the repository at this point in the history
- Rikkac
  - Add
    - multi files upload
  - Change
    - logger name from CLI change to Rikkac

- Plugin
  - Qiniu
    - Add
      - bpath option can be used to set upload folder

- Server
  - API
    - Refactor
      - Use api.FormKey replace magic strings
  - Web
    - Refactor
      - Index.html use context to make form key and value

- Client
  - Add
    - Extract client package from rikkac
  - Refactor
    - Use api.FormKey replace magic strings

- Readme
  - Qiniu
    - Add
      - bpath usage/description
  - Rikakc
    - Add
      - Multi file upload usage
  • Loading branch information
7sDream committed Sep 12, 2016
1 parent c2798e1 commit 4f2c337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ build: version confirm delete clean
-t $(IMAGE_NAME):$(NEW_VERSION) .
docker tag $(IMAGE_NAME):$(NEW_VERSION) $(IMAGE_NAME):latest

just-pust:
just-push:
docker push $(IMAGE_NAME)

push: build just-push
Expand Down
2 changes: 1 addition & 1 deletion api/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package api

const (
// Version of Rikka
Version = "0.2.1"
Version = "0.2.2"

// FormKeyFile is file field name when upload image
FormKeyFile = "uploadFile"
Expand Down

0 comments on commit 4f2c337

Please sign in to comment.